fix: 오류 수정

- 예약 물품 조회 시 인터넷 예약만 조회됨 -> 모든 예약물품 조회
This commit is contained in:
shinmj
2021-12-30 21:54:18 +09:00
parent 016cb069a9
commit 5348bcfe92
11 changed files with 24 additions and 17 deletions

View File

@@ -147,6 +147,7 @@ export const reserveService = {
locationId,
categoryId,
isUse: true,
isPopup: false,
}),
{ revalidateOnFocus: false, errorRetryCount: 0 },
),