removed unuse code - useModal
This commit is contained in:
parent
4055a4532c
commit
8be60953ba
@ -37,7 +37,6 @@ const AssignRoleModel = ({ assignData, onClose }) => {
|
|||||||
),
|
),
|
||||||
});
|
});
|
||||||
const [plannedTask, setPlannedTask] = useState();
|
const [plannedTask, setPlannedTask] = useState();
|
||||||
const { openModal, closeModal } = useModal();
|
|
||||||
const selectedProject = useSelector(
|
const selectedProject = useSelector(
|
||||||
(store) => store.localVariables.projectId
|
(store) => store.localVariables.projectId
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user