mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix spinner position in VirtualMultiSelect
This commit is contained in:
@@ -258,11 +258,11 @@ export function VirtualMultiSelect<T>({
|
||||
tabIndex={disabled ? -1 : 0}
|
||||
>
|
||||
{isLoading ? (
|
||||
<Center h="100%">
|
||||
<Spinner />
|
||||
<Center h="100%" w="100%">
|
||||
<Spinner container />
|
||||
</Center>
|
||||
) : stableOptions.length === 0 ? (
|
||||
<Center h="100%">
|
||||
<Center h="100%" w="100%">
|
||||
<Text isMuted isNoSelect size="sm">
|
||||
{t('common.noResultsFromQuery', { postProcess: 'sentenceCase' })}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user