Bugfix/fix dates in value component (#810)

* Fix dates

* Update changelog
This commit is contained in:
Thomas Kaul
2022-04-07 17:20:12 +02:00
committed by GitHub
parent 255af6a6e9
commit 6575440877
3 changed files with 16 additions and 9 deletions

View File

@@ -111,6 +111,8 @@
<gf-value
label="First Buy Date"
size="medium"
[isDate]="true"
[locale]="data.locale"
[value]="firstBuyDate"
></gf-value>
</div>