Hide workflow setup panel unless required

This commit is contained in:
Andrew Kingston 2020-09-11 21:32:32 +01:00
parent f405c92ce3
commit 5fedaced21
1 changed files with 6 additions and 4 deletions

View File

@ -12,11 +12,13 @@
<div class="content">
<slot />
</div>
{#if $workflowStore.selectedWorkflow}
<div class="nav">
<div class="inner">
<SetupPanel />
</div>
</div>
{/if}
</div>
<style>