Skip to content

Commit

Permalink
fix: adjust network policies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Aug 22, 2024
1 parent 3dd54a8 commit 336653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/NetworkPolicies/NetworkPolicyDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function NetworkPolicyDetails(props) {
>
<LayoutPanelRow
name={t('network-policies.headers.policy-types')}
children={<Tokens tokens={spec.policyTypes || []} />}
value={<Tokens tokens={spec.policyTypes || []} />}
/>
</UI5Panel>
);
Expand Down

0 comments on commit 336653d

Please sign in to comment.