fix: loading icon

This commit is contained in:
Gabe Yuan
2024-04-13 21:23:58 +08:00
parent 923d3293cd
commit 8f76ea49e7

View File

@@ -109,6 +109,7 @@ export default function TranCont({
multiline
value={trText}
InputProps={{
startAdornment: loading ? <CircularProgress size={16} /> : null,
endAdornment: (
<Stack
direction="row"