Ver Fonte

fix compilation error

Anukul Sangwan há 4 anos atrás
pai
commit
a5a294df7a

+ 1 - 1
dashboard/src/main/home/launch/launch-flow/WorkflowPage.tsx

@@ -10,7 +10,7 @@ import Helper from "../../../../components/form-components/Helper";
 import CheckboxRow from "../../../../components/form-components/CheckboxRow";
 import SaveButton from "../../../../components/SaveButton";
 
-type PropsType = RouteComponentProps & {
+type PropsType = {
   name: string;
   fullActionConfig: FullActionConfigType;
   shouldCreateWorkflow: boolean;