1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 10:22:36 +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" value="US"
></DropdownItem> ></DropdownItem>
<DropdownItem <DropdownItem
:name="$t('fieldDateSubForm.dateFormatISO') + ' (2020-20-02)'" :name="$t('fieldDateSubForm.dateFormatISO') + ' (2020-02-20)'"
value="ISO" value="ISO"
></DropdownItem> ></DropdownItem>
</Dropdown> </Dropdown>