create workflow button broken

This commit is contained in:
Michael Shanks 2020-07-01 20:46:28 +01:00
parent 0312a3c910
commit 29327e4d29
1 changed files with 1 additions and 1 deletions

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