mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
disable loader for foreign key dropdown
This commit is contained in:
parent
11d94f0017
commit
1330afc10b
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ const DropDownSelect = ({
|
|||
closePopup={() => setShowMenu(isForeignKeyInEditCell ? true : false)}
|
||||
onAdd={onAdd}
|
||||
addBtnLabel={addBtnLabel}
|
||||
loader={loader}
|
||||
// loader={loader}
|
||||
isLoading={isLoading}
|
||||
emptyError={emptyError}
|
||||
highlightSelected={highlightSelected}
|
||||
|
|
|
|||
Loading…
Reference in a new issue