Skip to content

Commit

Permalink
fix: [M3-8067] - Remove duplicate speedtest helper text in Create Clu…
Browse files Browse the repository at this point in the history
…ster form (#10490)

* Remove duplicate speedtest helper text

* Added changeset: Duplicate speedtest helper text in Create Cluster form
  • Loading branch information
mjac0bs authored May 20, 2024
1 parent 95141e9 commit 770fbcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10490-fixed-1716227619276.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Duplicate speedtest helper text in Create Cluster form ([#10490](https://github.com/linode/manager/pull/10490))
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ export const CreateCluster = () => {
regions={regionsData}
selectedId={selectedId}
/>
<RegionHelperText sx={{ marginTop: 1 }} />
</Stack>
<StyledDocsLinkContainer>
<DocsLink
Expand Down

0 comments on commit 770fbcf

Please sign in to comment.