File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 166166 "peerDependencies" : {
167167 "immutability-helper" : " ^2.6.5 || ^3.0.0"
168168 },
169- "version" : " 3.0.0-alpha.11 " ,
169+ "version" : " 3.0.0-alpha.12 " ,
170170 "directories" : {
171171 "doc" : " docs"
172172 },
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ const useStepperActions = () => {
6060 data : currentData [ stepName ] ,
6161 onError : state . context . effects . onError ,
6262 buttonDisabled,
63+ isStepper : true ,
6364 } ) ;
6465
6566 state . context . effects . onChange ( {
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ const isFormSchemaStateValid = ({
8181 } ) ;
8282 return {
8383 schemaErrors : [ {
84- " rule" : " schemaError" ,
85- " title" : " Invalid Form Schema" ,
86- " message" : String ( err )
84+ ' rule' : ' schemaError' ,
85+ ' title' : ' Invalid Form Schema' ,
86+ ' message' : String ( err ) ,
8787 } ] ,
8888 transformedSchema,
8989 } ;
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export const hasSchemaErrors = ({
9595 && currentUISchema [ 'ui:page' ]
9696 && currentUISchema [ 'ui:page' ] [ 'ui:layout' ]
9797 && currentUISchema [ 'ui:page' ] [ 'ui:layout' ] === 'steps'
98- )
98+ ) ,
9999 } ) ;
100100
101101 return {
You can’t perform that action at this time.
0 commit comments