You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/advanced-customization/custom-templates.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ const uiSchema = {
46
46
}
47
47
```
48
48
49
-
Please see [customArray.js](https://github.com/rjsf-team/react-jsonschema-form/blob/4542cd254ffdc6dfaf55e8c9f6f17dc900d0d041/packages/playground/src/samples/customArray.js) for another example.
49
+
Please see [customArray.js](https://github.com/eccosolutions/ecco-rjsf/blob/4542cd254ffdc6dfaf55e8c9f6f17dc900d0d041/packages/playground/src/samples/customArray.js) for another example.
50
50
51
51
The following props are passed to each `ArrayFieldTemplate`:
52
52
@@ -191,7 +191,7 @@ const uiSchema = {
191
191
};
192
192
```
193
193
194
-
Please see [customObject.js](https://github.com/rjsf-team/react-jsonschema-form/blob/4542cd254ffdc6dfaf55e8c9f6f17dc900d0d041/packages/playground/src/samples/customObject.js) for a better example.
194
+
Please see [customObject.js](https://github.com/eccosolutions/ecco-rjsf/blob/4542cd254ffdc6dfaf55e8c9f6f17dc900d0d041/packages/playground/src/samples/customObject.js) for a better example.
195
195
196
196
The following props are passed to each `ObjectFieldTemplate`:
0 commit comments