Removing unused error variable

parent 05c1b61f
......@@ -61,7 +61,7 @@
this.dialogFormVisible = false;
this.$events.emit('mediaWasMoved', response);
})
.catch((error) => {
.catch(() => {
this.loading = false;
this.$notify.error({
title: 'Error',
......
......@@ -104232,7 +104232,7 @@ exports.default = {
});
_this.dialogFormVisible = false;
_this.$events.emit('mediaWasMoved', response);
}).catch(function (error) {
}).catch(function () {
_this.loading = false;
_this.$notify.error({
title: 'Error',
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment