fix(ui): loader size in search modal
This commit is contained in:
parent
8ea673dade
commit
12a92cdb98
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ function FilterModal(props: Props) {
|
|||
})}
|
||||
</div>
|
||||
{showSearchList && (
|
||||
<Loader size='small' loading={fetchingFilterSearchList}>
|
||||
<Loader loading={fetchingFilterSearchList}>
|
||||
<div className='-mx-6 px-6'>
|
||||
{isResultEmpty && !fetchingFilterSearchList ? (
|
||||
<div className='flex items-center flex-col'>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue