Revisión de cambio de estado de proformas
This commit is contained in:
parent
169de55b0a
commit
743ced358d
@ -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;
|
||||
|
||||
@ -1 +1 @@
|
||||
export * from "./use-change-proforma-status";
|
||||
export * from "./use-change-status";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user