mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-21 13:10:53 +08:00
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