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(rules): Send environment to rule preview endpoint #70834

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

schew2381
Copy link
Member

Frontend part to #45857

@schew2381 schew2381 self-assigned this May 14, 2024
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 14, 2024
@@ -48,7 +49,7 @@ function PreviewText({issueCount, previewError}) {
interface PreviewIssuesProps {
members: Member[] | undefined;
project: Project;
rule?: UnsavedIssueAlertRule | IssueAlertRule | null;
rule?: UnsavedIssueAlertRule | null;
Copy link
Member Author

Choose a reason for hiding this comment

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

Rule previews are only for unsaved issue alerts

Copy link

codecov bot commented May 14, 2024

Bundle Report

Changes will increase total bundle size by 68 bytes ⬆️

Bundle name Size Change
app-webpack-bundle-array-push 26.78MB 68 bytes ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant