Add back map edit bar and refactor select map modal edit functions

This commit is contained in:
Mitchell McCaffrey
2021-06-04 21:54:26 +10:00
parent e508511ab5
commit 0f2776d774
5 changed files with 283 additions and 154 deletions

View File

@@ -103,6 +103,10 @@ function EditMapModal({
const layout = useResponsiveLayout();
if (!map) {
return null;
}
return (
<Modal
isOpen={isOpen}