From 7946bb7222309c5d91d6ed0b1a4f296f2acf3bea Mon Sep 17 00:00:00 2001 From: Ludwig Reiter Date: Wed, 15 May 2024 07:34:19 +0200 Subject: [PATCH] Hide committee submitter select field if empty --- .../motion-manage-motion-meeting-users.component.html | 2 +- .../motion-manage-motion-meeting-users.component.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/motion-manage-motion-meeting-users/motion-manage-motion-meeting-users.component.html b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/motion-manage-motion-meeting-users/motion-manage-motion-meeting-users.component.html index e557fe96d6..ca1e46f29d 100644 --- a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/motion-manage-motion-meeting-users/motion-manage-motion-meeting-users.component.html +++ b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/motion-manage-motion-meeting-users/motion-manage-motion-meeting-users.component.html @@ -69,7 +69,7 @@

-
+
{{ secondSelectorLabel }} 0; + } + private updateData(models: V[]): void { if (!this.isEditMode) { this.editSubject.next(models);