fix. 모달 딤드 기본값 true로 수정
This commit is contained in:
@@ -26,7 +26,6 @@ export const useTokenValidation = () => {
|
||||
const showLoginModal = (alertKey: string) => {
|
||||
modalStore.handleOpenConfirm({
|
||||
contentText: tm(alertKey),
|
||||
isShowDimmed: true,
|
||||
confirmButtonText: tm('Text_StoveLogin'),
|
||||
confirmButtonEvent: () => {
|
||||
csrGoStoveLogin()
|
||||
|
||||
Reference in New Issue
Block a user