bb-plane-fork/web/ce/components/workflow/workflow-disabled-message.tsx
2025-02-24 14:14:24 +05:30

7 lines
185 B
TypeScript

/* eslint-disable @typescript-eslint/no-unused-vars */
type Props = {
parentStateId: string;
className?: string;
};
export const WorkFlowDisabledMessage = (props: Props) => <></>;