1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 22:33:17 +00:00

12.0 change toolbar buttons style (#6197)

* 00 fix codes

* change toolbar buttons style
This commit is contained in:
Michael An
2024-06-13 15:27:20 +08:00
committed by GitHub
parent fef6e2d5b5
commit 7e1d98990f
15 changed files with 144 additions and 65 deletions

View File

@@ -44,7 +44,7 @@ const getIconURL = (repoId, fileName) => {
};
const getCurrentPageConfig = (pages,pageId) => {
return pages.filter(page => page.id === pageId)[0]
}
return pages.filter(page => page.id === pageId)[0];
};
export { generatorBase64Code, generateUniqueId, isObjectNotEmpty, getIconURL, getCurrentPageConfig };