diff --git a/src/frontend/src/modals/ApiModal/index.tsx b/src/frontend/src/modals/ApiModal/index.tsx index ea9f58a02..a16fb9f3e 100644 --- a/src/frontend/src/modals/ApiModal/index.tsx +++ b/src/frontend/src/modals/ApiModal/index.tsx @@ -33,11 +33,9 @@ const ApiModal = forwardRef( { flow, children, - disable, }: { flow: FlowType; children: ReactNode; - disable: boolean; }, ref ) => { @@ -202,7 +200,7 @@ const ApiModal = forwardRef( return ( - {children} + {children} Code - {children} + {children} {title} = ({ children }) => { const Trigger: React.FC = ({ children, asChild, disable }) => { return (