fix: update loading condition for CircularProgress in Selectable component

This commit is contained in:
Aditya 2025-02-01 10:45:44 +05:30
parent 7216102d33
commit 59600e8470

View File

@ -209,7 +209,7 @@ const Selectable: FC<SelectableProps> = ({
onChange={(e) => handleTextChange(e.target.value)}
placeholder={placeholder}
endAdornment={
true ? (
loading ? (
<CircularProgress
size={20}
style={{