web/dialog: refactor types and logic
This commit is contained in:
@@ -19,9 +19,7 @@
|
||||
bodySubText={dialog.bodySubText}
|
||||
buttons={dialog.buttons}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
{#if dialog.type === "picker"}
|
||||
{:else if dialog.type === "picker"}
|
||||
<PickerDialog
|
||||
id={dialog.id}
|
||||
items={dialog.items}
|
||||
|
||||
Reference in New Issue
Block a user