mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-21 15:47:06 +02:00
web/SavingDialog: don't render body text parent if there's no text
This commit is contained in:
parent
97e7763503
commit
3aeebcc911
@ -70,9 +70,11 @@
|
||||
</VerticalActionButton>
|
||||
</div>
|
||||
</div>
|
||||
{#if bodyText}
|
||||
<div class="body-text">
|
||||
{bodyText}
|
||||
</div>
|
||||
{/if}
|
||||
<DialogButtons
|
||||
buttons={[
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user