diff --git a/dictation_client/src/pages/WorkTypeIdSettingPage/index.tsx b/dictation_client/src/pages/WorkTypeIdSettingPage/index.tsx index e176adf..525c071 100644 --- a/dictation_client/src/pages/WorkTypeIdSettingPage/index.tsx +++ b/dictation_client/src/pages/WorkTypeIdSettingPage/index.tsx @@ -54,6 +54,7 @@ const WorktypeIdSettingPage: React.FC = (): JSX.Element => { setSelectedActiveWorktypeId(activeWorktypeId); }, [activeWorktypeId]); + // TODO:このsetTimeoutを使った実装は暫定対応。useEffectで無理やり処理しているので修正予定 // ActiveWorktypeIDのセレクトボックス変更時(セレクトボックスに表示するActiveWorktypeIDの変更時) useEffect(() => { // 画面表示の変更後にダイアログを表示するため、setTimeoutを使用