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

metric name selection in current state tab #573

Merged
merged 3 commits into from
Feb 3, 2025

Conversation

EduardZaydler
Copy link
Member

PR Summary

Additional information

Closes/Relates #issue

@EduardZaydler EduardZaydler requested a review from a team as a code owner January 31, 2025 09:27
searchParams.set("action", "events");
searchParams.set("metric", metricName);
history.push({ search: searchParams.toString() });
};

return (
<div onClick={handleMetricClick} key={metricName} className={cn("row")} style={style}>
<div
onClick={(event) => handleMetricClick(event)}
Copy link

Choose a reason for hiding this comment

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

Давай приведём к onClick={handleMetricClick}

@EduardZaydler EduardZaydler merged commit da1b380 into master Feb 3, 2025
3 checks passed
@EduardZaydler EduardZaydler deleted the feat/metric_name_selection branch February 3, 2025 04:35
Copy link

github-actions bot commented Feb 3, 2025

Build and push Docker images with tag: 2025-02-03.da1b380

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

Successfully merging this pull request may close these issues.

2 participants