1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-12 16:28:06 +00:00

Merge branch 'cherrypick-GeoMaciolek-fix-iso-date-example-fielddate' into 'develop'

Fix ISO Date Format example in dropdown when adding date column/field

See merge request 
This commit is contained in:
Nigel Gott 2022-03-11 11:39:10 +00:00
commit 864816e2ca

View file

@ -19,7 +19,7 @@
value="US"
></DropdownItem>
<DropdownItem
:name="$t('fieldDateSubForm.dateFormatISO') + ' (2020-20-02)'"
:name="$t('fieldDateSubForm.dateFormatISO') + ' (2020-02-20)'"
value="ISO"
></DropdownItem>
</Dropdown>