Compare commits

..

1 commit

Author SHA1 Message Date
2a2ef61fc4 add basic view for item history
All checks were successful
/ test (pull_request) Successful in 48s
/ test (push) Successful in 50s
/ deploy (push) Successful in 4m51s
2024-12-01 17:27:06 +01:00

View file

@ -24,7 +24,6 @@ export default {
},
methods: {
async handleClick() {
console.log("AsyncButton.handleClick() called");
if (this.task && typeof this.task === 'function') {
this.disabled = true;
try {