mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 21:55:59 +00:00
Ui fixes and new features
This commit is contained in:
@@ -6,4 +6,7 @@ export const useMenu = (options: MenuOptions) => {
|
||||
if (options.thirdLevelLinks) {
|
||||
menu.updateThirdLevelLinks(options.thirdLevelLinks)
|
||||
}
|
||||
if (options.thirdLevelProps) {
|
||||
menu.updateThirdLevelProps(options.thirdLevelProps)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user