Browse Source

fix compilation error

Anukul Sangwan 4 years ago
parent
commit
a5a294df7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/main/home/launch/launch-flow/WorkflowPage.tsx

+ 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 CheckboxRow from "../../../../components/form-components/CheckboxRow";
 import SaveButton from "../../../../components/SaveButton";
 import SaveButton from "../../../../components/SaveButton";
 
 
-type PropsType = RouteComponentProps & {
+type PropsType = {
   name: string;
   name: string;
   fullActionConfig: FullActionConfigType;
   fullActionConfig: FullActionConfigType;
   shouldCreateWorkflow: boolean;
   shouldCreateWorkflow: boolean;