1
0
Fork 0
mirror of synced 2024-09-10 22:46:09 +12:00
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>
import { goto, params } from "@roxi/routify"
import { goto } from "@roxi/routify"
import { views } from "stores/backend"
import { cloneDeep } from "lodash/fp"
import ConfirmDialog from "components/common/ConfirmDialog.svelte"

View file

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