From d128e9e86298285081510364a598d652f9f6702d Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 11 Jan 2025 19:49:19 +0100 Subject: Fix dependency resolution --- MatrixUtils.Web/Shared/PolicyEditorComponents/PolicyEditorModal.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MatrixUtils.Web/Shared') diff --git a/MatrixUtils.Web/Shared/PolicyEditorComponents/PolicyEditorModal.razor b/MatrixUtils.Web/Shared/PolicyEditorComponents/PolicyEditorModal.razor index fc536c0..a1d870c 100644 --- a/MatrixUtils.Web/Shared/PolicyEditorComponents/PolicyEditorModal.razor +++ b/MatrixUtils.Web/Shared/PolicyEditorComponents/PolicyEditorModal.razor @@ -52,7 +52,7 @@ else { switch (Nullable.GetUnderlyingType(prop.PropertyType) ?? prop.PropertyType) { case Type t when t == typeof(string): - {e}"); setter?.Invoke(PolicyData, [e]); PolicyEvent.TypedContent = PolicyData; StateHasChanged(); })"> + {e}"); setter?.Invoke(PolicyData, [e]); PolicyEvent.TypedContent = PolicyData; StateHasChanged(); })"> break; case Type t when t == typeof(DateTime): if (!isNullable) { -- cgit 1.5.1