- 부가서비스 소개 List, 권한 검증 추가
- 각 API 오류 수정
This commit is contained in:
@@ -36,7 +36,7 @@ export const Dialog = ({
|
||||
const { nativeDialog, resetNativeDialog } = useBridge(bridge.store, (state) => state);
|
||||
|
||||
const whenToBlock = useCallback(() => open, [open]);
|
||||
// 다이얼로그가 열려있을때 뒤로가기 방지
|
||||
|
||||
const blocker = useBlocker(whenToBlock);
|
||||
const nativeMessage = nativeDialog?.message;
|
||||
const displayMessage = nativeMessage || message;
|
||||
@@ -68,7 +68,6 @@ export const Dialog = ({
|
||||
leaveTo="opacity-0"
|
||||
>
|
||||
<_Dialog onClose={shouldCloseOnBackdropClick ? onClose : () => null} static={!shouldCloseOnBackdropClick}>
|
||||
{/* The backdrop, rendered as a fixed sibling to the panel container */}
|
||||
<div
|
||||
id="cancelConfirmPopup"
|
||||
className="popup-overlay"
|
||||
|
||||
Reference in New Issue
Block a user