mirror of https://github.com/buster-so/buster.git
Update empty state
This commit is contained in:
parent
8e0a1796ce
commit
ed80370bc6
|
@ -127,7 +127,9 @@ function MentionListInner<T = string>(
|
|||
/>
|
||||
))
|
||||
) : (
|
||||
<div className="text-gray-light">{emptyState || 'No results'}</div>
|
||||
<div className="text-gray-light min-h-8 flex items-center justify-center">
|
||||
{emptyState || 'No results'}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</MentionListProvider>
|
||||
|
|
Loading…
Reference in New Issue