Skip to content

Commit 9c563af

Browse files
authored
fix: disable autocomplete for deletion dialogs (#5794)
1 parent 08cce81 commit 9c563af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/Dialogs/DeleteDialog/DeleteDialog.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const DeleteDialog: FC<PropsWithChildren<DeleteDialogProps>> = ({
4545
<Stack spacing={1}>
4646
<TextField
4747
name="confirmation"
48+
autoComplete="off"
4849
id="confirmation"
4950
placeholder={name}
5051
value={nameValue}

0 commit comments

Comments
 (0)