Studio: fix crash when creating a new tagRendering
This commit is contained in:
parent
4644b6ae55
commit
9e84bf7ed2
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@
|
|||
{:else if typeof value === "string"}
|
||||
Builtin: <b>{value}</b>
|
||||
{:else}
|
||||
<Tr cls="font-bold" t={Translations.T(value.question ?? value.render)}/>
|
||||
<Tr cls="font-bold" t={Translations.T(value?.question ?? value?.render)}/>
|
||||
{/if}
|
||||
</span>
|
||||
<div class="normal-background p-2">
|
||||
|
|
Loading…
Reference in a new issue