mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 18:46:09 +00: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>
|
||||
<div class="body-text">
|
||||
{bodyText}
|
||||
</div>
|
||||
{#if bodyText}
|
||||
<div class="body-text">
|
||||
{bodyText}
|
||||
</div>
|
||||
{/if}
|
||||
<DialogButtons
|
||||
buttons={[
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue