Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Jul 20, 2023
1 parent bf5eb48 commit 1301383
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
name: view.name,
icon: "Remove",
action: () => {
debugger
if (view.version === 2) {
$goto(`./data/view/v2/${view.id}`)
} else {
Expand Down

0 comments on commit 1301383

Please sign in to comment.