mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 04:48:51 +00:00
fix: update loading condition for CircularProgress in Selectable component
This commit is contained in:
parent
7216102d33
commit
59600e8470
@ -209,7 +209,7 @@ const Selectable: FC<SelectableProps> = ({
|
||||
onChange={(e) => handleTextChange(e.target.value)}
|
||||
placeholder={placeholder}
|
||||
endAdornment={
|
||||
true ? (
|
||||
loading ? (
|
||||
<CircularProgress
|
||||
size={20}
|
||||
style={{
|
||||
|
Loading…
Reference in New Issue
Block a user