Skip to content

Commit

Permalink
todo2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Oct 25, 2023
1 parent 7099466 commit 0fa66ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/Tasks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ export default {
showListInformations() {
this.showListInformations = true;
},
hideCreateOrEditTask() {
hideListInformations() {
this.showListInformations = false;
},
showConfirmDeleteTask() {
Expand Down

0 comments on commit 0fa66ca

Please sign in to comment.