Skip to content

Commit

Permalink
fix: input field value not changing in delete import modal. (#3445)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekshourya29 authored Jan 24, 2024
1 parent 4a436ee commit c1598c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/components/integration/delete-import-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export const DeleteImportModal: React.FC<Props> = ({ isOpen, handleClose, data }
id="typeDelete"
type="text"
name="typeDelete"
value=""
onChange={(e) => {
if (e.target.value === "delete import") setConfirmDeleteImport(true);
else setConfirmDeleteImport(false);
Expand Down

0 comments on commit c1598c3

Please sign in to comment.