diff --git a/src/components/modals/ModelSearchDialog.tsx b/src/components/modals/ModelSearchDialog.tsx
index 51917f9e..2c7b6835 100644
--- a/src/components/modals/ModelSearchDialog.tsx
+++ b/src/components/modals/ModelSearchDialog.tsx
@@ -805,6 +805,20 @@ export function ModelSearchDialog({
) : models.length === 0 ? (
+ {showClearOption && onClearSelection && (
+
+ )}