Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed Add Metrics to Tree Chart (#29158) #30679

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SBIN2010
Copy link

@SBIN2010 SBIN2010 commented Oct 22, 2024

SUMMARY

Fixed add metrics in the tree chart page

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

before:
image
after:
image

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@SBIN2010 SBIN2010 changed the title fix: fixed Add Metrics to Tree Chart (#29158) fix: fixed Add Metrics to Tree Chart (apache#29158) Oct 22, 2024
@SBIN2010 SBIN2010 changed the title fix: fixed Add Metrics to Tree Chart (apache#29158) fix: fixed Add Metrics to Tree Chart (#29158) Oct 22, 2024
@@ -131,7 +131,10 @@ const CssTemplateModal: FunctionComponent<CssTemplateModalProps> = ({
if (onCssTemplateAdd) {
onCssTemplateAdd();
}

setCurrentCssTemplate({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SBIN2010 Thanks for the bug fix.
Please check if this change is related to the current tree chart error.

Copy link
Author

@SBIN2010 SBIN2010 Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

justinpark
Oh no, this commit is not to fix that bug. It's for clearing the modal after adding css templates.
Revert this commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants