Removing unused error variable

parent 05c1b61f
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
this.dialogFormVisible = false; this.dialogFormVisible = false;
this.$events.emit('mediaWasMoved', response); this.$events.emit('mediaWasMoved', response);
}) })
.catch((error) => { .catch(() => {
this.loading = false; this.loading = false;
this.$notify.error({ this.$notify.error({
title: 'Error', title: 'Error',
......
...@@ -104232,7 +104232,7 @@ exports.default = { ...@@ -104232,7 +104232,7 @@ exports.default = {
}); });
_this.dialogFormVisible = false; _this.dialogFormVisible = false;
_this.$events.emit('mediaWasMoved', response); _this.$events.emit('mediaWasMoved', response);
}).catch(function (error) { }).catch(function () {
_this.loading = false; _this.loading = false;
_this.$notify.error({ _this.$notify.error({
title: '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