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:
@@ -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 };
|
||||
|
Reference in New Issue
Block a user