Interaction Alert

This commit is contained in:
Andre Beging
2022-04-08 16:12:25 +02:00
parent 7fb5ecf04a
commit 38eec13a1b
5 changed files with 22 additions and 3 deletions

View File

@@ -12,7 +12,12 @@
<div class="row">
<div class="col">
<Field>
<Switch TValue="bool" @bind-Checked="Interaction.NotNeeded" >Nicht benötigt</Switch>
<Switch TValue="bool" @bind-Checked="Interaction.NotNeeded">Nicht benötigt</Switch>
</Field>
</div>
<div class="col">
<Field>
<Switch TValue="bool" @bind-Checked="Interaction.Alert">Achtung!</Switch>
</Field>
</div>
</div>