mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
FIX: Ensure local date format shortcuts work correctly (#18541)
Followup to 03b7b7d1bc7c978c280e441a610a5ef5c049c60c
This commit is contained in:
@ -309,7 +309,7 @@ export default Component.extend({
|
||||
@action
|
||||
updateFormat(format, event) {
|
||||
event?.preventDefault();
|
||||
this.format = format;
|
||||
this.set("format", format);
|
||||
},
|
||||
|
||||
actions: {
|
||||
|
Reference in New Issue
Block a user