[Log] IF-LGSP-LOG-005 (GNB), added logic for popup display

Detail Note:

1. GroupProduct.jsx
2. SingleProduct.jsx
3. HotelProduct.jsx
4. ShowProduct.jsx
5. ThemeProduct.jsx
6. UnableProduct.jsx
7. OnSalePanel.jsx
This commit is contained in:
younghoon100.park
2024-06-18 20:10:46 +09:00
parent 0eddcd6c2a
commit fc7f6e37f1
9 changed files with 117 additions and 39 deletions

View File

@@ -123,7 +123,7 @@ export const postLog = (params) => (dispatch, getState) => {
const onSuccess = (response) => {
// console.log(
// `%c Log ---------- postLog onSuccess logTpNo ${logTpNo} ----------`,
// `%c log ---------- postLog onSuccess logTpNo ${logTpNo} ----------`,
// "background: steelblue; color: white",
// JSON.parse(response.config.data)
// );