FIX: Ensure local date format shortcuts work correctly (#18541)
Followup to 03b7b7d1bc
This commit is contained in:
+1
-1
@@ -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