fix "can't find property of undefined" errors in mrf transparency panel
This commit is contained in:
parent
d3adffbefe
commit
fa38a41e42
2 changed files with 24 additions and 11 deletions
|
@ -22,7 +22,9 @@
|
|||
/>
|
||||
</ul>
|
||||
|
||||
<h2>{{ $t("about.mrf_policy_simple") }}</h2>
|
||||
<h2 v-if="hasInstanceSpecificPolicies">
|
||||
{{ $t("about.mrf_policy_simple") }}
|
||||
</h2>
|
||||
|
||||
<div v-if="acceptInstances.length">
|
||||
<h4>{{ $t("about.mrf_policy_simple_accept") }}</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue