From 89a14526658e5d061b1aef34ab569e979c9c0cf8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 6 Aug 2025 03:15:16 +0200 Subject: Various changes, room create/upgrade work --- .../MassPolicyEditorModal.razor | 23 +++++++++------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'MatrixUtils.Web/Shared/PolicyEditorComponents/MassPolicyEditorModal.razor') diff --git a/MatrixUtils.Web/Shared/PolicyEditorComponents/MassPolicyEditorModal.razor b/MatrixUtils.Web/Shared/PolicyEditorComponents/MassPolicyEditorModal.razor index f7bb200..99dbbc3 100644 --- a/MatrixUtils.Web/Shared/PolicyEditorComponents/MassPolicyEditorModal.razor +++ b/MatrixUtils.Web/Shared/PolicyEditorComponents/MassPolicyEditorModal.razor @@ -36,15 +36,15 @@ @* *@ @* *@ @if (!VerifyIntent) { - Cancel + Cancel - Save + Save @if (!string.IsNullOrWhiteSpace(Response)) {
@Response
@@ -63,14 +63,9 @@ VerifyIntent = false; Response = null; StateHasChanged(); - return Task.CompletedTask; })">No
- Yes - + Yes } -- cgit 1.5.1