"feat: enhance invoice management with schema updates, seed data, and new APIs"

This commit is contained in:
louiscklaw
2025-05-30 16:48:54 +08:00
parent 5a707427c6
commit fd20a3531b
48 changed files with 1541 additions and 179 deletions

View File

@@ -56,7 +56,7 @@ export function useGetProduct(productId: string) {
const memoizedValue = useMemo(
() => ({
product: data?.product,
currentProduct: data?.product,
productLoading: isLoading,
productError: error,
productValidating: isValidating,