From 07f1ff35dc58bf835e3ed9293c0e20c31f877f21 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Wed, 20 Mar 2024 15:42:17 +0600 Subject: [PATCH] Move team planning from top (#5022) Signed-off-by: Denis Bykhov --- models/time/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/models/time/src/index.ts b/models/time/src/index.ts index c9eb03617a..1c5f9ac74d 100644 --- a/models/time/src/index.ts +++ b/models/time/src/index.ts @@ -189,7 +189,6 @@ export function createModel (builder: Builder): void { icon: time.icon.Team, alias: 'team', hidden: false, - position: 'top', component: time.component.Team }, time.app.Team