Skip to content

Commit

Permalink
1536 Hides inUseByIds in the list of product block instance values
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardovdheijden committed Nov 25, 2024
1 parent 88a9db4 commit c592740
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/modern-ads-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@orchestrator-ui/orchestrator-ui-components': patch
---

1536 Hides inUseByIds in the list of product block instance values
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface WfoSubscriptionProductBlockProps {
subscriptionId: Subscription['subscriptionId'];
}

export const HIDDEN_KEYS = ['title', 'name', 'label'];
export const HIDDEN_KEYS = ['title', 'name', 'label', 'inUseByIds'];

export const WfoSubscriptionProductBlock = ({
productBlock,
Expand Down

0 comments on commit c592740

Please sign in to comment.