[FeaturedBrandsPanel] test, system alert (luna)

This commit is contained in:
younghoon100.park
2024-06-28 14:20:38 +09:00
parent 1871f17e1e
commit e088aa23c4
2 changed files with 6 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ export const setMainLiveUpcomingAlarm = (props) => (dispatch, getState) => {
//
else if (alamDispFlag === "N") {
dispatch(
deleteReservation(showId, {
deleteReservation([showId], {
onSuccess: (res) => {
console.log("LUNA SEND deleteReservation success", res);
},