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)} onChange={(e) => handleTextChange(e.target.value)}
placeholder={placeholder} placeholder={placeholder}
endAdornment={ endAdornment={
true ? ( loading ? (
<CircularProgress <CircularProgress
size={20} size={20}
style={{ style={{