Skip to content

Commit

Permalink
fix: [M3-7226] - Make Reboot Linodes dismissible banner on VPC Detail…
Browse files Browse the repository at this point in the history
…s page unique (#9743)

* make dismissible banner unique on vpc details page

* Added changeset: Make Reboot Linodes dismissible banner on VPC Details page unique for each VPC
  • Loading branch information
coliu-akamai authored Oct 3, 2023
1 parent ca74722 commit ebec3e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Upcoming Features
---

Make Reboot Linodes dismissible banner on VPC Details page unique for each VPC ([#9743](https://github.com/linode/manager/pull/9743))
2 changes: 1 addition & 1 deletion packages/manager/src/features/VPCs/VPCDetail/VPCDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const VPCDetail = () => {
</Box>
{numLinodes > 0 && (
<DismissibleBanner
preferenceKey={`reboot-linodes-warning-banner`}
preferenceKey={`reboot-linodes-warning-banner-${vpc.id}`}
variant="warning"
>
<Typography variant="body1">
Expand Down

0 comments on commit ebec3e3

Please sign in to comment.