Skip to content

Commit

Permalink
fix: [M3-8506] - Misplaced errorGroup prop causing console error (#…
Browse files Browse the repository at this point in the history
…11398)

* Fix misplaced `errorGroup` prop causing console error

* Added changeset: Misplaced `errorGroup` prop causing console error in NodeBalancerConfigPanel
  • Loading branch information
pmakode-akamai authored Dec 12, 2024
1 parent 977e32c commit 3eba173
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-11398-fixed-1733917277527.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Misplaced `errorGroup` prop causing console error in NodeBalancerConfigPanel ([#11398](https://github.com/linode/manager/pull/11398))
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ export const NodeBalancerConfigPanel = (
textFieldProps={{
dataAttrs: {
'data-qa-proxy-protocol-select': true,
errorGroup: forEdit ? `${configIdx}` : undefined,
},
errorGroup: forEdit ? `${configIdx}` : undefined,
}}
autoHighlight
disableClearable
Expand Down

0 comments on commit 3eba173

Please sign in to comment.