Skip to content

Commit

Permalink
fix: disable browser autocomplete for DeleteModal (#12043)
Browse files Browse the repository at this point in the history
  • Loading branch information
nytai authored Dec 14, 2020
1 parent 3d56f58 commit fda3a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/DeleteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default function DeleteModal({
id="delete"
type="text"
bsSize="sm"
autoComplete="off"
onChange={(
event: React.FormEvent<FormControl & FormControlProps>,
) => {
Expand Down

0 comments on commit fda3a2f

Please sign in to comment.