Skip to content

Commit

Permalink
🐛 Fixed issue with autocomplete in delete dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
abdheshnayak committed Feb 6, 2024
1 parent 89c467d commit 57a8b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/console/components/delete-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const DeleteDialog = ({
setInputName(target.value);
}}
disabled={loading}
autoComplete="off"
/>
</div>
</div>
Expand Down

0 comments on commit 57a8b25

Please sign in to comment.