Browse Source

Fixed export default for DOFormSection

jnfrati 4 years ago
parent
commit
f40e3a8ea5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dashboard/src/main/home/provisioner/DOFormSection.tsx

+ 2 - 0
dashboard/src/main/home/provisioner/DOFormSection.tsx

@@ -314,6 +314,8 @@ const DOFormSectionFC: React.FC<PropsType> = (props) => {
   );
   );
 };
 };
 
 
+export default DOFormSectionFC;
+
 const Highlight = styled.a`
 const Highlight = styled.a`
   color: #8590ff;
   color: #8590ff;
   cursor: pointer;
   cursor: pointer;