mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-05 15:24:22 +00:00
Enable chunter app (#4426)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
6882c75775
commit
87ffb7616e
@ -127,8 +127,8 @@ export default function buildModel (enabled: string[] = ['*'], disabled: string[
|
|||||||
{
|
{
|
||||||
label: chunter.string.ConfigLabel,
|
label: chunter.string.ConfigLabel,
|
||||||
description: chunter.string.ConfigDescription,
|
description: chunter.string.ConfigDescription,
|
||||||
enabled: false,
|
enabled: true,
|
||||||
beta: true,
|
beta: false,
|
||||||
icon: chunter.icon.Chunter,
|
icon: chunter.icon.Chunter,
|
||||||
classFilter: [workbench.class.Application]
|
classFilter: [workbench.class.Application]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user