Skip to content

Commit c1598c3

Browse files
fix: input field value not changing in delete import modal. (#3445)
1 parent 4a436ee commit c1598c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/components/integration/delete-import-modal.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export const DeleteImportModal: React.FC<Props> = ({ isOpen, handleClose, data }
117117
id="typeDelete"
118118
type="text"
119119
name="typeDelete"
120-
value=""
121120
onChange={(e) => {
122121
if (e.target.value === "delete import") setConfirmDeleteImport(true);
123122
else setConfirmDeleteImport(false);

0 commit comments

Comments
 (0)