Skip to content

Commit

Permalink
refactor: disable text field while querying
Browse files Browse the repository at this point in the history
  • Loading branch information
maui-r committed Nov 1, 2022
1 parent d56c53c commit 356daf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Dialog/AddHandle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const AddHandleDialog = () => {
defaultValue='cultivator'
autoFocus
color='success'
disabled={isQuerying}
/>
</Grid>
<Grid item xs={12} sm={2} alignItems='center' sx={{ display: 'flex' }}>
Expand Down

0 comments on commit 356daf5

Please sign in to comment.