Stopped inactive properties from showing computed inline fields, since they are not recomputed while inactive

This commit is contained in:
Stefan Zermatten
2021-02-11 13:12:35 +02:00
parent 3313ed0297
commit 81cdf282ea
16 changed files with 20 additions and 0 deletions

View File

@@ -58,6 +58,7 @@
<property-description
:string="model.description"
:calculations="model.descriptionCalculations"
:inactive="model.inactive"
/>
</div>
</v-card-title>