This commit is contained in:
Adria Navarro 2023-07-20 11:59:37 +02:00
parent 426f63271b
commit b5dfc3ef68
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<script> <script>
import { goto, params } from "@roxi/routify" import { goto } from "@roxi/routify"
import { views } from "stores/backend" import { views } from "stores/backend"
import { cloneDeep } from "lodash/fp" import { cloneDeep } from "lodash/fp"
import ConfirmDialog from "components/common/ConfirmDialog.svelte" import ConfirmDialog from "components/common/ConfirmDialog.svelte"

View File

@ -110,7 +110,6 @@
name: view.name, name: view.name,
icon: "Remove", icon: "Remove",
action: () => { action: () => {
debugger
if (view.version === 2) { if (view.version === 2) {
$goto(`./data/view/v2/${view.id}`) $goto(`./data/view/v2/${view.id}`)
} else { } else {