From 035d2e3858dd55580c294031573c3be9e1999449 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 3 Oct 2023 02:20:13 +1100 Subject: AclDialog --- Pages/ViewMedia.razor | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Pages/ViewMedia.razor') diff --git a/Pages/ViewMedia.razor b/Pages/ViewMedia.razor index 444fbc5..607e59f 100644 --- a/Pages/ViewMedia.razor +++ b/Pages/ViewMedia.razor @@ -83,6 +83,7 @@
+ @@ -125,6 +126,8 @@ OnSubmit=AddTags @ref=tagDialog/> + + @code { [Parameter] [SupplyParameterFromQuery(Name = "m")] @@ -142,6 +145,7 @@ private Dialog deleteDialog; private Dialog ocrDialog; private TagSelectDialog tagDialog; + private AclDialog aclDialog; private ElementReference shortDescriptionInput; -- cgit v1.3