mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 19:57:43 +02:00
UBER-513: Fix desktop app navigation (#3459)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -139,7 +139,9 @@ export default plugin(workbenchId, {
|
||||
ExcludedApplications: '' as Metadata<Ref<Application>[]>,
|
||||
DefaultApplication: '' as Metadata<string>,
|
||||
DefaultSpace: '' as Metadata<Ref<Space>>,
|
||||
DefaultSpecial: '' as Metadata<string>
|
||||
DefaultSpecial: '' as Metadata<string>,
|
||||
// Default for navigation expanded state
|
||||
NavigationExpandedDefault: '' as Metadata<boolean>
|
||||
},
|
||||
actionImpl: {
|
||||
Navigate: '' as ViewAction<{
|
||||
|
||||
Reference in New Issue
Block a user