original bug is fixed but save modal is not handle (nav-item bg color is not correctly painted)

This commit is contained in:
Cindy Chang
2024-05-31 14:36:51 +08:00
parent 69f6a2048a
commit 0a1eefbaa7
4 changed files with 32 additions and 17 deletions

6
src/utils/pageUtils.js Normal file
View File

@@ -0,0 +1,6 @@
const mapPageNameToCapitalUnifiedName = (rawPageName) => {
};
export {
mapPageNameToCapitalUnifiedName,
};