mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +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,
|
||||
description: chunter.string.ConfigDescription,
|
||||
enabled: false,
|
||||
beta: true,
|
||||
enabled: true,
|
||||
beta: false,
|
||||
icon: chunter.icon.Chunter,
|
||||
classFilter: [workbench.class.Application]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user