diff --git a/optuna_dashboard/ts/action.ts b/optuna_dashboard/ts/action.ts index 9f8db581..498deb1d 100644 --- a/optuna_dashboard/ts/action.ts +++ b/optuna_dashboard/ts/action.ts @@ -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