FIX: Ensure local date format shortcuts work correctly (#18541)

Followup to 03b7b7d1bc7c978c280e441a610a5ef5c049c60c
This commit is contained in:
David Taylor
2022-10-11 11:25:32 +01:00
committed by GitHub
parent 36f7fbebdc
commit a0eb8092f0
2 changed files with 11 additions and 2 deletions

View File

@ -309,7 +309,7 @@ export default Component.extend({
@action
updateFormat(format, event) {
event?.preventDefault();
this.format = format;
this.set("format", format);
},
actions: {