bb-plane-fork/web/ce/components/workflow/workflow-disabled-message.tsx

6 lines
130 B
TypeScript

type Props = {
parentStateId: string;
className?: string;
};
export const WorkFlowDisabledMessage = (props: Props) => <></>;