create workflow button broken
This commit is contained in:
parent
0312a3c910
commit
29327e4d29
|
@ -28,7 +28,7 @@
|
|||
</script>
|
||||
|
||||
<section>
|
||||
<Button purple wide on:click{newWorkflow}>Create New Workflow</Button>
|
||||
<Button purple wide on:click={newWorkflow}>Create New Workflow</Button>
|
||||
<ul>
|
||||
{#each $workflowStore.workflows as workflow}
|
||||
<li
|
||||
|
|
Loading…
Reference in New Issue