mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 17:57:42 +02:00
UBERF-7532: Bulk operations for triggers (#6023)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
import { ClientHook } from '@hcengineering/client'
|
||||
import type { Asset, Metadata, Plugin, Resource } from '@hcengineering/platform'
|
||||
import type { Asset, Metadata, Plugin } from '@hcengineering/platform'
|
||||
import { plugin } from '@hcengineering/platform'
|
||||
import type { AnyComponent } from '@hcengineering/ui'
|
||||
|
||||
@@ -32,9 +31,6 @@ export default plugin(devModelId, {
|
||||
TransactionView: '' as AnyComponent,
|
||||
NotificationsView: '' as AnyComponent
|
||||
},
|
||||
hook: {
|
||||
Hook: '' as Resource<ClientHook>
|
||||
},
|
||||
metadata: {
|
||||
DevModel: '' as Metadata<any>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user