Skip to content

Commit

Permalink
Fix Sidecar collector configuration form submit button not being clic…
Browse files Browse the repository at this point in the history
…kable (#17280)

Co-authored-by: Laura <[email protected]>
  • Loading branch information
ousmaneo and grotlue authored Nov 15, 2023
1 parent 5faef59 commit a2276a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/pr-17280.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type = "fixed"
message = "Fix Sidecar collector configuration form submit button not being clickable."

issues = ["17185"]
pulls = ["17280"]
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ const ConfigurationForm = ({
nextFormData.template = defaultTemplate;
}

_debouncedValidateFormData(nextFormData, true);
setFormData(nextFormData);
};

Expand Down

0 comments on commit a2276a8

Please sign in to comment.