Skip to content

Commit

Permalink
Remove insertion side bar when trigger is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhem committed Oct 22, 2024
1 parent 94fe57a commit 80cc0f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ shouldUsePortal={true} -->
</div>

<div class="flex flex-row grow min-h-0">
{#if kind === 'script' || kind == 'trigger'}
{#if kind === 'script'}
<div class="flex-none flex flex-col text-xs text-primary">
<TopLevelNode
label="Action"
Expand Down

0 comments on commit 80cc0f8

Please sign in to comment.