We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c3f95 commit 9f432c9Copy full SHA for 9f432c9
1 file changed
apps/webapp/app/components/onboarding/TechnologyPicker.tsx
@@ -314,10 +314,6 @@ export function TechnologyPicker({
314
</Ariakit.ComboboxItem>
315
))}
316
317
- {filteredOptions.length === 0 && !searchValue && (
318
- <div className="px-3 py-2 text-xs text-text-dimmed">No options</div>
319
- )}
320
-
321
{filteredOptions.length === 0 && searchValue && (
322
<div className="px-3 py-2 text-xs text-text-dimmed">
323
No matches for “{searchValue}”
0 commit comments