Skip to content

Commit e081896

Browse files
vkarpov15Copilot
andauthored
Update frontend/src/chat/chat-message-script/chat-message-script.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 373ebf5 commit e081896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/chat/chat-message-script/chat-message-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = app => app.component('chat-message-script', {
7070
}
7171
throw err;
7272
});
73-
this.createErrors.length = 0;
73+
this.createErrors = [];
7474
this.showCreateDashboardModal = false;
7575
this.$router.push('/dashboard/' + dashboard._id);
7676
},

0 commit comments

Comments
 (0)