Tidy up unused code
This commit is contained in:
parent
766d8ac8fc
commit
d41ffe3064
|
@ -15,7 +15,6 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- <label class="selected-label">{workflowBlock.type}: {workflowBlock.name}</label> -->
|
|
||||||
{#each workflowParams as [parameter, type]}
|
{#each workflowParams as [parameter, type]}
|
||||||
<div class="block-field">
|
<div class="block-field">
|
||||||
<label class="label">{parameter}</label>
|
<label class="label">{parameter}</label>
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
<script>
|
<script>
|
||||||
import { onMount } from "svelte"
|
import { workflowStore } from "builderStore"
|
||||||
import { backendUiStore, workflowStore } from "builderStore"
|
|
||||||
import WorkflowList from "./WorkflowList/WorkflowList.svelte"
|
import WorkflowList from "./WorkflowList/WorkflowList.svelte"
|
||||||
import BlockList from "./BlockList/BlockList.svelte"
|
import BlockList from "./BlockList/BlockList.svelte"
|
||||||
import blockDefinitions from "./blockDefinitions"
|
|
||||||
|
|
||||||
let selectedTab = "WORKFLOWS"
|
let selectedTab = "WORKFLOWS"
|
||||||
let definitions = []
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
|
Loading…
Reference in New Issue