Skip to content

Commit

Permalink
chore(instill-hub): add visibility all label to dropdown (#947)
Browse files Browse the repository at this point in the history
Because

- add visibility all label to dropdown

This commit

- add visibility all label to dropdown
  • Loading branch information
iamnamananand996 committed Feb 14, 2024
1 parent 62cbb1b commit 1ba36a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const ViewPipelines = ({
</Select.Trigger>
<Select.Content>
<Select.Group>
<Select.Item value="VISIBILITY_UNSPECIFIED">All</Select.Item>
<Select.Item value="VISIBILITY_PUBLIC">Public</Select.Item>
<Select.Item value="VISIBILITY_PRIVATE">Private</Select.Item>
</Select.Group>
Expand Down

0 comments on commit 1ba36a0

Please sign in to comment.