mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-01 04:36:02 +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>
|
</VerticalActionButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{#if bodyText}
|
||||||
<div class="body-text">
|
<div class="body-text">
|
||||||
{bodyText}
|
{bodyText}
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
<DialogButtons
|
<DialogButtons
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue