support custodians in prism

This commit is contained in:
Kukks
2024-01-25 14:04:32 +01:00
parent 771c4317a0
commit 37be856d82
7 changed files with 235 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
{
<div class="form-group">
<label class="form-label">Destination</label>
<input type="text" @bind="WorkingCopy.Destination" class="form-control"/>
<input type="text" @bind="WorkingCopy.Destination" list="destinations" class="form-control"/>
@if (Invalid)
{
<span class="text-danger w-100">Invalid</span>