Skip to content

Commit 14ae333

Browse files
author
Administrator
committed
fixeees
1 parent 80a323f commit 14ae333

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/CascadeForms/CascadeForms.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { Button,Callout,Checkbox, EditableText, InputGroup, RadioGroup, Switch }
1414

1515
const CustomCtrl = (props:ControlRenderProps) => {
1616
const { item,formState, onChange } = props;
17-
console.log("Custom !");
1817
return (
1918
<div className="customCtrl">
2019
<Callout intent="warning">

src/CascadeForms/form1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"id":"opts",
4949
"items":[
5050
{
51-
"title":"Hide title",
51+
"title":"More constols",
5252
"type":"radio",
5353
"id":"htitle",
5454
"visible":{ "state":"opts","expect":true }
5555
},
5656
{
57-
"title":"Hide Agreement",
57+
"title":"Show Agreement",
5858
"type":"radio",
5959
"id":"hagree",
6060
"visible":{ "state":"opts","expect":true }

0 commit comments

Comments
 (0)