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 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"
|
||||
></DropdownItem>
|
||||
<DropdownItem
|
||||
:name="$t('fieldDateSubForm.dateFormatISO') + ' (2020-20-02)'"
|
||||
:name="$t('fieldDateSubForm.dateFormatISO') + ' (2020-02-20)'"
|
||||
value="ISO"
|
||||
></DropdownItem>
|
||||
</Dropdown>
|
||||
|
|
Loading…
Add table
Reference in a new issue