forked from github/plane
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"
|
id="typeDelete"
|
||||||
type="text"
|
type="text"
|
||||||
name="typeDelete"
|
name="typeDelete"
|
||||||
value=""
|
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
if (e.target.value === "delete import") setConfirmDeleteImport(true);
|
if (e.target.value === "delete import") setConfirmDeleteImport(true);
|
||||||
else setConfirmDeleteImport(false);
|
else setConfirmDeleteImport(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user