FilePreview refactoring

This commit is contained in:
Peter Papp
2021-04-16 11:41:41 +02:00
parent b105c9fc8f
commit 2a02716a53
7 changed files with 48 additions and 72 deletions

View File

@@ -89,8 +89,6 @@ const actions = {
? `/api/editor/move/${router.currentRoute.params.token}`
: '/api/move'
console.log(to_item);
axios
.post(route, {
to_id: to_item.id ? to_item.id : null,