1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Tidy up unused code

This commit is contained in:
Andrew Kingston 2020-09-10 11:30:58 +01:00
parent 766d8ac8fc
commit d41ffe3064
2 changed files with 1 additions and 5 deletions

View file

@ -15,7 +15,6 @@
</script>
<div class="container">
<!-- <label class="selected-label">{workflowBlock.type}: {workflowBlock.name}</label> -->
{#each workflowParams as [parameter, type]}
<div class="block-field">
<label class="label">{parameter}</label>

View file

@ -1,12 +1,9 @@
<script>
import { onMount } from "svelte"
import { backendUiStore, workflowStore } from "builderStore"
import { workflowStore } from "builderStore"
import WorkflowList from "./WorkflowList/WorkflowList.svelte"
import BlockList from "./BlockList/BlockList.svelte"
import blockDefinitions from "./blockDefinitions"
let selectedTab = "WORKFLOWS"
let definitions = []
</script>
<header>