1
0
Fork 0

minor formatting

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-11-22 01:40:50 +05:30
Ursprung 3cb7e1fffb
Commit c271612fa9

Datei anzeigen

@ -10,7 +10,7 @@ export default DateInput.extend({
}, },
_opts() { _opts() {
return { return {
format: this.format || "LL" format: this.format || "LL",
} };
} },
}); });