position PIN code on the same line as the label
This commit is contained in:
@@ -279,6 +279,7 @@ Mit freundlichen Grüßen,
|
||||
<h1 class="text-xl">{vorgangName}</h1>
|
||||
|
||||
{#if admin}
|
||||
<div class="flex items-center gap-2">
|
||||
Zugangs-PIN:
|
||||
<NameItemEditor
|
||||
list={[]}
|
||||
@@ -286,6 +287,7 @@ Mit freundlichen Grüßen,
|
||||
onSave={savePIN}
|
||||
onDelete={null}
|
||||
/>
|
||||
</div>
|
||||
<a class="pt-2 pb-6" href={constructMailToLink()}
|
||||
><Button disabled={isEmptyList}>Share Link</Button></a
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user