mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
Merge pull request #418 from knshnb/remove-successful-snackbar
Remove enqueueSnackbar in makeTrialComplete when successful
This commit is contained in:
@@ -492,9 +492,6 @@ export const actionCreator = () => {
|
||||
return
|
||||
}
|
||||
setTrialStateValues(studyId, index, "Complete", values)
|
||||
enqueueSnackbar(`Successfully updated trial (${message})`, {
|
||||
variant: "success",
|
||||
})
|
||||
})
|
||||
.catch((err) => {
|
||||
const reason = err.response?.data.reason
|
||||
|
||||
Reference in New Issue
Block a user