Skip to content

fix(site): Show job error on updating template variables #6674

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

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

BrunoQuaresma
Copy link
Collaborator

reduced-size.mov

Fix #6667

@BrunoQuaresma BrunoQuaresma requested review from mtojek and a team March 20, 2023 14:48
@BrunoQuaresma BrunoQuaresma self-assigned this Mar 20, 2023
@BrunoQuaresma BrunoQuaresma requested review from Kira-Pilot and removed request for a team March 20, 2023 14:48
<Stack className={classes.errorContainer}>
<AlertBanner severity="error" text={errors.jobError} />
</Stack>
)}
Copy link
Member

Choose a reason for hiding this comment

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

Will all three of these errors show up at once? Curious if we can simplify into one AlertBanner that accepts an error.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We can for the other two, but not for jobError because it is a string. But I will take a look ok this!

@BrunoQuaresma BrunoQuaresma merged commit cb846ba into main Mar 20, 2023
@BrunoQuaresma BrunoQuaresma deleted the bq/fix-form-error branch March 20, 2023 15:52
@github-actions github-actions bot locked and limited conversation to collaborators Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

site: TemplateVariables form does not react to API errors
3 participants