case 4226
This commit is contained in:
@@ -320,11 +320,13 @@ export default {
|
||||
FORM_KEY + ":darkmode",
|
||||
vm.darkMode ? "$ayiSun" : "$ayiMoon"
|
||||
);
|
||||
window.$gz.eventBus.$emit("notify-success", vm.$ay.t("OK"));
|
||||
},
|
||||
nativeDateTimeInputChanged() {
|
||||
const vm = this;
|
||||
//vm.nativeDateTimeInput = !vm.nativeDateTimeInput;
|
||||
vm.$store.commit("setNativeDateTimeInput", vm.nativeDateTimeInput);
|
||||
window.$gz.eventBus.$emit("notify-success", vm.$ay.t("OK"));
|
||||
},
|
||||
mapUrlSelectionChanged(val) {
|
||||
this.obj.mapUrlTemplate = val;
|
||||
|
||||
Reference in New Issue
Block a user