Remove unused catch statement

parent 840034a0
......@@ -35,8 +35,6 @@
axios.get(route('api.page.page.index'))
.then(response => {
vm.data = response.data.data;
})
.catch(response => {
});
},
goToEdit(scope) {
......
......@@ -69222,7 +69222,7 @@ var _data = void 0;
var vm = this;
__WEBPACK_IMPORTED_MODULE_0_axios___default.a.get(route('api.page.page.index')).then(function (response) {
vm.data = response.data.data;
}).catch(function (response) {});
});
},
goToEdit: function goToEdit(scope) {
window.location = scope.row.urls.edit_url;
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