File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/MlCreatePdfForm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const storyoptions = {
6464export default storyoptions ;
6565
6666const Template = ( ) => {
67- const [ showCreatePdfForm , setShowCreatePdfForm ] = useState ( false ) ;
67+ const [ showCreatePdfForm , setShowCreatePdfForm ] = useState ( true ) ;
6868 const mediaIsMobile = useMediaQuery ( '(max-width: 600px)' ) ;
6969 const PdfForm = ( ) => {
7070 console . log ( `Template: ${ showCreatePdfForm } ` ) ;
@@ -186,7 +186,7 @@ const Template = () => {
186186} ;
187187
188188const additionalInfoTemplate = ( ) => {
189- const [ showAdditionalPdfForm , setShowAdditionalPdfForm ] = useState ( false ) ;
189+ const [ showAdditionalPdfForm , setShowAdditionalPdfForm ] = useState ( true ) ;
190190 const mediaIsMobile = useMediaQuery ( '(max-width: 600px)' ) ;
191191 const PdfFormLong = ( ) => {
192192 return (
You can’t perform that action at this time.
0 commit comments