Files
plane/web/ce/components/workflow/workflow-disabled-message.tsx

7 lines
130 B
TypeScript
Raw Normal View History

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