Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: error messages from workspaceScheduleXService #3255

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 14 commits into from
Jul 28, 2022
Prev Previous commit
Next Next commit
Format
  • Loading branch information
presleyp committed Jul 27, 2022
commit 6f2cfe68798a64d373f05d772733010fd57fe5bf
2 changes: 1 addition & 1 deletion site/src/components/ErrorSummary/ErrorSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const useStyles = makeStyles<Theme, StyleProps>((theme) => ({
},
detailsLink: {
cursor: "pointer",
color: `${lighten(theme.palette.primary.light, 0.2)}`
color: `${lighten(theme.palette.primary.light, 0.2)}`,
},
details: {
marginTop: `${theme.spacing(2)}px`,
Expand Down