0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-09 20:02:54 +01:00

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() {
return {
format: this.format || "LL"
}
}
format: this.format || "LL",
};
},
});