create workflow button broken

This commit is contained in:
Michael Shanks 2020-07-01 20:46:28 +01:00
parent fcdcd16116
commit 7a339a3e05
1 changed files with 1 additions and 1 deletions

View File

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