mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
Make visibleIf async in SpecialNavModel (#2684)
Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
This commit is contained in:
@@ -32,6 +32,6 @@ export default mergeIds(workbenchId, workbench, {
|
||||
HiddenApplication: '' as IntlString
|
||||
},
|
||||
function: {
|
||||
HasArchiveSpaces: '' as Resource<(spaces: Space[]) => boolean>
|
||||
HasArchiveSpaces: '' as Resource<(spaces: Space[]) => Promise<boolean>>
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user