Compare commits

..

1 commit

Author SHA1 Message Date
2a2ef61fc4 add basic view for item history 2024-12-01 17:27:06 +01:00

View file

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