1
0
Fork 0
mirror of synced 2024-10-04 20:13:35 +13:00

create workflow button broken

This commit is contained in:
Michael Shanks 2020-07-01 20:46:28 +01:00
parent 0312a3c910
commit 29327e4d29

View file

@ -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