Merged PR 422: 成功時のスナックバー追加
## 概要 [Task2685: 成功時のスナックバー追加](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/2685) 情報更新成功時の成功スナックバー実装が漏れていたため、追加しました。 ## レビューポイント なし ## UIの変更 なし ## 動作確認状況 ローカルで確認 ## 補足 なし
This commit is contained in:
parent
2705fcee0a
commit
8fee108a78
@ -75,6 +75,12 @@ export const updateAccountInfoAsync = createAsyncThunk<
|
||||
await accountApi.me(args, {
|
||||
headers: { authorization: `Bearer ${accessToken}` },
|
||||
});
|
||||
thunkApi.dispatch(
|
||||
openSnackbar({
|
||||
level: "info",
|
||||
message: getTranslationID("common.message.success"),
|
||||
})
|
||||
);
|
||||
return {};
|
||||
} catch (e) {
|
||||
const error = createErrorObject(e);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user