Skip to content

Commit

Permalink
Merge pull request #327 from BoostV/ui-state-bugs
Browse files Browse the repository at this point in the history
Hide run message when loading
  • Loading branch information
j-or authored Sep 14, 2023
2 parents 3f00f7d + 204abcf commit bd3ef90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-bags-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@boostv/process-optimizer-frontend-ui': patch
---

Hide run message while loading
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export const ExperimentationGuide = (props: ResultDataProps) => {
.map(p => p.plot)}
/>
</Box>
) : loading ? (
<></>
) : (
<Box p={2}>Please run optimizer</Box>
)
Expand Down

0 comments on commit bd3ef90

Please sign in to comment.