mirror of
https://github.com/supabase/supabase.git
synced 2026-05-30 17:32:00 +08:00
chore: upgrade prettier/eslint + autofix (#20785)
This commit is contained in:
@@ -64,8 +64,8 @@ export function ComboBox<Opt extends ComboBoxOption>({
|
||||
{isLoading
|
||||
? 'Loading...'
|
||||
: options.length === 0
|
||||
? `No ${name} found`
|
||||
: selectedOptionDisplayName ?? `Select a ${name}...`}
|
||||
? `No ${name} found`
|
||||
: selectedOptionDisplayName ?? `Select a ${name}...`}
|
||||
<ChevronsUpDown className="ml-2 h-4 w-4 shrink-0 opacity-50" />
|
||||
</Button>
|
||||
</PopoverTrigger>
|
||||
|
||||
Reference in New Issue
Block a user