Skip to content

Commit

Permalink
refactor: remove old edit-project code (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 authored Feb 15, 2024
1 parent b161d75 commit 6853367
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 781 deletions.
15 changes: 0 additions & 15 deletions src/frontend/src/components/ProjectDetails/ProjectOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,21 +140,6 @@ const ProjectOptions = ({ setToggleGenerateModal }) => {
>
Generate MbTiles
</CoreModules.Button>
{/* <CoreModules.Link
to={`/edit-project/project-details/${encodedId}`}
style={{
display: 'flex',
justifyContent: 'flex-end',
alignItems: 'flex-end',
textDecoration: 'none',
marginRight: '15px',
}}
className="fmtm-w-fit"
>
<CoreModules.Button variant="outlined" color="error" className="fmtm-truncate">
Edit Project
</CoreModules.Button>
</CoreModules.Link> */}
</div>
</div>
</div>
Expand Down
36 changes: 0 additions & 36 deletions src/frontend/src/components/editproject/DeleteProject.tsx

This file was deleted.

229 changes: 0 additions & 229 deletions src/frontend/src/components/editproject/EditProjectDetails.tsx

This file was deleted.

Loading

0 comments on commit 6853367

Please sign in to comment.