You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run a job and there are errors, and then I change the config to be invalid, then the job error message is not visible.
The JobStatus component is now using isFailed from useCorpusState to determine if sparv_output should be shown. The corpus state should only be used to give the user hints on what can be the next expected step. There may be more instances where it's used otherwise.
The text was updated successfully, but these errors were encountered:
If I run a job and there are errors, and then I change the config to be invalid, then the job error message is not visible.
The
JobStatus
component is now usingisFailed
fromuseCorpusState
to determine ifsparv_output
should be shown. The corpus state should only be used to give the user hints on what can be the next expected step. There may be more instances where it's used otherwise.The text was updated successfully, but these errors were encountered: