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 * as React from "react";
|
||||||
|
|
||||||
import type { ProformaSummaryData } from "../../types";
|
import type { ProformaSummaryData } from "../../types";
|
||||||
import { useChangeProformaStatus } from "../hooks/use-change-proforma-status";
|
import { useChangeProformaStatus } from "../hooks/use-change-status";
|
||||||
|
|
||||||
type ProformasType = {
|
|
||||||
id: string;
|
|
||||||
status: string;
|
|
||||||
}[];
|
|
||||||
|
|
||||||
interface ChangeStatusDialogState {
|
interface ChangeStatusDialogState {
|
||||||
open: boolean;
|
open: boolean;
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
export * from "./use-change-proforma-status";
|
export * from "./use-change-status";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user