From bf34c955ff86eaedbbe28d9217b87a944a7b0096 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Thu, 8 Dec 2022 02:22:58 -0800
Subject: [PATCH] Bulk editor enabling/disabling by permissions
---
.../filterable-dropdown.component.html | 6 ++---
.../filterable-dropdown.component.ts | 3 +++
.../toggleable-dropdown-button.component.html | 2 +-
.../toggleable-dropdown-button.component.ts | 3 +++
.../bulk-editor/bulk-editor.component.html | 10 +++++---
.../bulk-editor/bulk-editor.component.ts | 23 ++++++++++++++++++-
6 files changed, 39 insertions(+), 8 deletions(-)
diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
index 9ce3c8da2..25bc14ddf 100644
--- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
+++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -1,5 +1,5 @@
-
-
+
Apply