Revisión de cambio de estado de proformas

This commit is contained in:
David Arranz 2025-11-22 11:11:49 +01:00
parent 169de55b0a
commit 743ced358d
3 changed files with 2 additions and 7 deletions

View File

@ -2,12 +2,7 @@ import { showErrorToast } from "@repo/rdx-ui/helpers";
import * as React from "react";
import type { ProformaSummaryData } from "../../types";
import { useChangeProformaStatus } from "../hooks/use-change-proforma-status";
type ProformasType = {
id: string;
status: string;
}[];
import { useChangeProformaStatus } from "../hooks/use-change-status";
interface ChangeStatusDialogState {
open: boolean;

View File

@ -1 +1 @@
export * from "./use-change-proforma-status";
export * from "./use-change-status";