fix: add leave page prompt when there is unsaved changes

This commit is contained in:
MTG2000
2022-08-18 14:30:07 +03:00
parent bbc0716371
commit 3f752b2d4a
3 changed files with 29 additions and 44 deletions

View File

@@ -80,7 +80,7 @@ export const PAGES_ROUTES = {
default: "/projects",
hottest: "/projects/hottest",
byCategoryId: "/projects/category/:id",
listProject: "/projects/list-project/*"
listProject: "/projects/list-project"
},
blog: {
feed: "/blog",