Skip to content

Commit cf0ae4d

Browse files
author
jannik brack
committed
reactivate MlPdfForm
1 parent 8c140b7 commit cf0ae4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MlCreatePdfForm/MlCreatePdfForm.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const storyoptions = {
6464
export default storyoptions;
6565

6666
const 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

188188
const 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 (

0 commit comments

Comments
 (0)