에러코드 및 에러메세지 정의 / 에러 코드별 팝업 일괄 적용 (MainView)
This commit is contained in:
@@ -383,6 +383,7 @@ export default function CheckOutPanel({ panelInfo }) {
|
||||
</TPopUp>
|
||||
)}
|
||||
|
||||
{/*
|
||||
{activePopup === Config.ACTIVE_POPUP.errorPopup && (
|
||||
<TPopUp
|
||||
kind="errorPopup"
|
||||
@@ -393,7 +394,7 @@ export default function CheckOutPanel({ panelInfo }) {
|
||||
button1Text={$L("CLOSE")}
|
||||
onClick={handlePopPanel}
|
||||
/>
|
||||
)}
|
||||
)} */}
|
||||
|
||||
<TFullPopup
|
||||
open={placeOrderPopup}
|
||||
|
||||
Reference in New Issue
Block a user