Lint
This commit is contained in:
parent
3e2fdee186
commit
7406812b18
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
import { Button, ActionButton } from "@budibase/bbui"
|
||||
import { useSvelteFlow } from "@xyflow/svelte"
|
||||
import { getContext, tick } from "svelte"
|
||||
import { getContext } from "svelte"
|
||||
import { autoLayout } from "./layout"
|
||||
import { MaxAutoZoom, ZoomDuration } from "./constants"
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
import { roles } from "stores/builder"
|
||||
import { Roles } from "constants/backend"
|
||||
import { getSequentialName } from "helpers/duplicate"
|
||||
import { meta } from "@roxi/routify"
|
||||
|
||||
const flow = useSvelteFlow()
|
||||
const nodes = writable([])
|
||||
|
|
|
@ -65,11 +65,6 @@
|
|||
color: tempColor,
|
||||
})
|
||||
}
|
||||
|
||||
const handleDelete = async e => {
|
||||
e.stopPropagation()
|
||||
await deleteRole(id)
|
||||
}
|
||||
</script>
|
||||
|
||||
<div
|
||||
|
|
Loading…
Reference in New Issue