Skip to content

Commit b3a1010

Browse files
committed
code fix
1 parent 2024204 commit b3a1010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fields/optional/fieldPikaday.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
2121
methods: {
2222
getDateFormat() {
23-
return objGet(this.schema, 'pikadayOptions.format', inputFormat);
23+
return objGet(this.schema, "pikadayOptions.format", inputFormat);
2424
},
2525
...dateFieldHelper,
2626
initialize(options) {

0 commit comments

Comments
 (0)