diff --git a/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/DropDownSelect.jsx b/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/DropDownSelect.jsx index c5f8f7c694..f28f31d9da 100644 --- a/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/DropDownSelect.jsx +++ b/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/DropDownSelect.jsx @@ -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}