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