mirror of https://github.com/rancher/ui.git
guard against undefined values when accessing entities in azureDescriptions
This commit is contained in:
parent
6b005ce32f
commit
be18e1caa4
|
|
@ -258,9 +258,11 @@
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</label>
|
</label>
|
||||||
|
{{#if (get azureDescriptions answer.key)}}
|
||||||
<p class="help-block mt-0">
|
<p class="help-block mt-0">
|
||||||
{{t (get (get azureDescriptions answer.key) "description") htmlSafe=true}}
|
{{t (get (get azureDescriptions answer.key) "description") htmlSafe=true}}
|
||||||
</p>
|
</p>
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div class="col span-6">
|
<div class="col span-6">
|
||||||
<CheckOverrideAllowed
|
<CheckOverrideAllowed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue