diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index 5dba0cf..4fb9f53 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -50,7 +50,7 @@ module.exports = Vue.component('app-main', { project.command = []; } - return JSON.parse(JSON.stringify(project)); + return project; }, command: function (){ return this.project.command.slice(0, 3);