mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Remove obsolete queryview (#2659)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
c24ae539fb
commit
1a57aad78e
@ -33,7 +33,6 @@ import { getMetadata, IntlString, Resources } from '@hcengineering/platform'
|
||||
import view from '@hcengineering/view'
|
||||
import workbench from '@hcengineering/workbench'
|
||||
import ModelView from './components/ModelView.svelte'
|
||||
import QueryView from './components/QueryView.svelte'
|
||||
import devmodel from './plugin'
|
||||
|
||||
export interface TxWitHResult {
|
||||
@ -177,8 +176,7 @@ export function toIntl (value: string): IntlString {
|
||||
|
||||
export default async (): Promise<Resources> => ({
|
||||
component: {
|
||||
ModelView,
|
||||
QueryView
|
||||
ModelView
|
||||
},
|
||||
hook: {
|
||||
Hook
|
||||
|
@ -29,7 +29,6 @@ export default plugin(devModelId, {
|
||||
},
|
||||
component: {
|
||||
ModelView: '' as AnyComponent,
|
||||
QueryView: '' as AnyComponent,
|
||||
TransactionView: '' as AnyComponent,
|
||||
NotificationsView: '' as AnyComponent
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user