Skip to content

Commit

Permalink
nit hub filtering on flow picker
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Oct 3, 2024
1 parent 92f61f0 commit 642f387
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
{/if}
<ListFiltersQuick
on:selected={() => {
filteredWorkspaceItems = []
selectedByKeyboard = 0
}}
filters={integrations}
Expand Down Expand Up @@ -431,6 +432,7 @@
{#if !selected && preFilter !== 'hub'}
<div class=" pb-0 text-2xs font-light text-secondary ml-2">Hub</div>
{/if}

<PickHubScriptQuick
bind:items={hubCompletions}
bind:filter
Expand Down

0 comments on commit 642f387

Please sign in to comment.