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 bramw/baserow!608
This commit is contained in:
commit
864816e2ca
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue