Fixed change log variables for the correct case

Fixed Observations

Fixed observations
This commit is contained in:
Martin Laguna
2022-09-30 11:35:45 -04:00
parent 2c946f8ee8
commit 30399181bf
3 changed files with 29 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
<CaseHistory :data="dataCase"> </CaseHistory>
</tab>
<tab :name="$t('ID_DYNAFORM_HISTORY')">
<ChangeLog :data="dataCase"> </ChangeLog>
<ChangeLog :caseData="dataCase"> </ChangeLog>
</tab>
</tabs>
</div>