editProjectName
This commit is contained in:
@ -71,6 +71,7 @@ export const ProjectTiket = ({ project, index }) => {
|
||||
active={modalAdd}
|
||||
setActive={setModalAdd}
|
||||
defautlInput={project.name}
|
||||
projectId={project.id}
|
||||
></TrackerModal>
|
||||
|
||||
<ModalSelect active={modalSelect}>
|
||||
|
Reference in New Issue
Block a user