fix(react): Fix input type on useAdminUpdateReservation mutation hook (#3732)

The hook was incorrectly expecting the input type for the creation mutation.

Resolves CORE-1316
This commit is contained in:
Rares Stefan
2023-04-05 16:24:32 +02:00
committed by GitHub
parent 0b3c6fde30
commit 30ee10fddd
2 changed files with 7 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"medusa-react": patch
---
fix(react): Fix input type on useAdminUpdateReservation mutation hook