fix: minor refactoring changes for state dropdowns
This commit is contained in:
parent
da469dac18
commit
952eee8d55
39 changed files with 291 additions and 266 deletions
10
web/ce/components/workflow/workflow-disabled-overlay.tsx
Normal file
10
web/ce/components/workflow/workflow-disabled-overlay.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { observer } from "mobx-react";
|
||||
|
||||
export type TWorkflowDisabledOverlayProps = {
|
||||
messageContainerRef: React.RefObject<HTMLDivElement>;
|
||||
workflowDisabledSource: string;
|
||||
shouldOverlayBeVisible: boolean;
|
||||
};
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export const WorkFlowDisabledOverlay = observer((props: TWorkflowDisabledOverlayProps) => <></>);
|
||||
Loading…
Add table
Add a link
Reference in a new issue