mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
Add svelte-check in setting. Fix errors. (#821)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -27,7 +27,7 @@ export type Handler = Resource<() => Promise<void>>
|
||||
* @public
|
||||
*/
|
||||
export interface IntegrationType extends Doc {
|
||||
label: string | IntlString
|
||||
label: IntlString
|
||||
description: IntlString
|
||||
icon: AnyComponent
|
||||
createComponent: AnyComponent
|
||||
@@ -72,7 +72,10 @@ export default plugin(settingId, {
|
||||
Terms: '' as IntlString,
|
||||
Folders: '' as IntlString,
|
||||
Templates: '' as IntlString,
|
||||
Delete: '' as IntlString
|
||||
Delete: '' as IntlString,
|
||||
Disconnect: '' as IntlString,
|
||||
Add: '' as IntlString,
|
||||
LearnMore: '' as IntlString
|
||||
},
|
||||
icon: {
|
||||
Setting: '' as Asset,
|
||||
|
||||
Reference in New Issue
Block a user