fix: remove hardcoded loading state in TypeAsyncDropdown component
This commit is contained in:
parent
a2378cb597
commit
e02bb57422
|
|
@ -290,7 +290,6 @@ export const TypeAsyncDropdown: React.FC<any> = ({
|
|||
return (
|
||||
<div ref={selectRef} className="w-full">
|
||||
<AsyncPaginate
|
||||
isLoading={true}
|
||||
menuIsOpen={open}
|
||||
key={refreshKey}
|
||||
placeholder={disabled ? "" : placeholderField}
|
||||
|
|
|
|||
Loading…
Reference in New Issue