Skip to content

Commit 58db48f

Browse files
author
Administrator
committed
if-x-fix-x
1 parent 14ae333 commit 58db48f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/CascadeForms/CascadeForms.stories.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ export default {
7070
title: "Demo",
7171
component:CascadeFormsTest,
7272
argTypes:{
73-
formState:{
74-
details:{
75-
value:true
76-
}
77-
},
7873
form:{
7974
table:{
8075
disable:true
@@ -90,6 +85,11 @@ export const CascadeFormSample = Template.bind({});
9085

9186
CascadeFormSample.args = {
9287
form:FORM,
88+
formState:{
89+
details:{
90+
value:false
91+
}
92+
},
9393
};
9494

9595

src/CascadeForms/form1.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"type":"input",
4242
"id":"first_name",
4343
"visible":{ "state":"details","expect":false },
44+
4445
"items":[
4546
{
4647
"title":"More opts...",

0 commit comments

Comments
 (0)