test, deleted system alert
This commit is contained in:
@@ -402,7 +402,8 @@ export const searchReservation = (chanId) => (dispatch) => {
|
||||
lunaSend.searchReservation(chanId, {
|
||||
onSuccess: (res) => {
|
||||
console.log(res);
|
||||
dispatch(alertToast(res));
|
||||
dispatch(alertToast(JSON.stringify(res)));
|
||||
dispatch(alertToast("searchReservation onSuccessed"));
|
||||
|
||||
let items = [];
|
||||
res.result.forEach((item) => {
|
||||
@@ -434,7 +435,7 @@ export const searchReservation = (chanId) => (dispatch) => {
|
||||
},
|
||||
onFailure: (err) => {
|
||||
console.log(err);
|
||||
dispatch(alertToast(err));
|
||||
dispatch(alertToast("searchReservation failed"));
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user