test #72

Merged
klaus merged 5 commits from test into main 2025-05-20 07:21:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d8e75f299b - Show all commits

View File

@ -435,7 +435,6 @@ export default {
},
cancel() {
this.selected_charge_event = null;
this.point_policy = {
title: '',
policy_type: '',
@ -447,6 +446,7 @@ export default {
end_date: ''
}
this.show_write_dialog = false
this.selected_point_policy = null;
},
async submit() {