summaryrefslogtreecommitdiff
path: root/Pages/Component/Dialog.razor
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-05 01:01:24 +1000
committerJake Mannens <jake@asger.xyz>2025-08-20 00:48:45 +1000
commit988f68191bbd93ce225205ae2a0ebcdf9df45655 (patch)
treee4e173ffc226b879dacd65efd85ecfee0529e644 /Pages/Component/Dialog.razor
parentac7f9cca27f5a1a1839bfe5be5a53853f53b7b17 (diff)
Tag names and aliases are now verified to be unique
Diffstat (limited to 'Pages/Component/Dialog.razor')
-rw-r--r--Pages/Component/Dialog.razor4
1 files changed, 3 insertions, 1 deletions
diff --git a/Pages/Component/Dialog.razor b/Pages/Component/Dialog.razor
index ded2d2d..f479368 100644
--- a/Pages/Component/Dialog.razor
+++ b/Pages/Component/Dialog.razor
@@ -1,4 +1,6 @@
-<div style="@(heightStyle + visiblilityStyle)">
+@implements IDialog
+
+<div style="@(heightStyle + visiblilityStyle)">
@if(Title is not null) {
<p>@Title</p>
<hr/>