diff --git a/src/_redux/features/control/gp/gpThunk.ts b/src/_redux/features/control/gp/gpThunk.ts index 22525423..19fecc81 100644 --- a/src/_redux/features/control/gp/gpThunk.ts +++ b/src/_redux/features/control/gp/gpThunk.ts @@ -80,12 +80,12 @@ export const getControlGp = createAsyncThunk( return { controlGpList: data, controlGroupAuthInfo: res.payload }; } } catch (error) { - dispatch( - openModal({ - header: MODAL_HEADER.error, - body: MODAL_BODY.error - }) - ); + // dispatch( + // openModal({ + // header: MODAL_HEADER.error, + // body: MODAL_BODY.error + // }) + // ); } } );