disable loader for foreign key dropdown

This commit is contained in:
Akshay Sasidharan 2024-06-06 20:42:05 +05:30
parent 11d94f0017
commit 1330afc10b

View file

@ -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}