mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 20:40:59 +00:00
Fix version to be proper value (#891)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
64b15cb13c
commit
51b0cdb5f4
@ -13,12 +13,10 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
import type { IntlString, Asset, Plugin, Metadata } from '@anticrm/platform'
|
||||
import type { Ref, Class, Doc, Obj, Space, Mixin, Data, Version } from '@anticrm/core'
|
||||
|
||||
import type { AnyComponent } from '@anticrm/ui'
|
||||
|
||||
import type { Class, Doc, Mixin, Obj, Ref, Space } from '@anticrm/core'
|
||||
import type { Asset, IntlString, Metadata, Plugin } from '@anticrm/platform'
|
||||
import { plugin } from '@anticrm/platform'
|
||||
import type { AnyComponent } from '@anticrm/ui'
|
||||
|
||||
/**
|
||||
* @public
|
||||
@ -94,6 +92,6 @@ export default plugin(workbenchId, {
|
||||
WorkbenchApp: '' as AnyComponent
|
||||
},
|
||||
metadata: {
|
||||
RequiredVersion: '' as Metadata<Data<Version>>
|
||||
RequiredVersion: '' as Metadata<string>
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user