fix builder default date format

pull/402/head^2^2
Pete Matsyburka 8 months ago
parent 23dcd62672
commit 55ad70fabc

@ -1338,9 +1338,8 @@ export default {
}
if (field.type === 'date') {
field.preferences = {
format: this.defaultDateFormat
}
field.preferences ||= {}
field.preferences.format ||= this.defaultDateFormat
}
}

Loading…
Cancel
Save