mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 04:07:43 +02:00
UBER-438: Use tracker as default for new users/workspaces (#3403)
This commit is contained in:
@@ -130,7 +130,10 @@ export default plugin(workbenchId, {
|
||||
},
|
||||
metadata: {
|
||||
PlatformTitle: '' as Metadata<string>,
|
||||
ExcludedApplications: '' as Metadata<Ref<Application>[]>
|
||||
ExcludedApplications: '' as Metadata<Ref<Application>[]>,
|
||||
DefaultApplication: '' as Metadata<string>,
|
||||
DefaultSpace: '' as Metadata<Ref<Space>>,
|
||||
DefaultSpecial: '' as Metadata<string>
|
||||
},
|
||||
actionImpl: {
|
||||
Navigate: '' as ViewAction<{
|
||||
|
||||
Reference in New Issue
Block a user