mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: input field value not changing in delete import modal. (#3445)
This commit is contained in:
parent
4a436eeee2
commit
c1598c3d38
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user