We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0178fb4 commit 0219e3eCopy full SHA for 0219e3e
packages/react-renderer-demo/src/components/navigation/schemas/schema.js
@@ -66,10 +66,6 @@ const schema = [
66
fields: editorSchema,
67
chip: 'Preview',
68
},
69
- {
70
- linkText: 'Form builder',
71
- link: 'live-editor',
72
- },
73
{
74
linkText: 'Testing',
75
link: 'testing',
packages/react-renderer-demo/src/pages/404.js
@@ -21,6 +21,7 @@ const rerouting = {
21
'/renderer/condition': '/schema/introduction#condition',
22
'/renderer/validators': '/schema/introduction#validate',
23
'/mappers/component-api': '/provided-mappers/component-api',
24
+ '/live-editor': '/editor/live-editor',
25
};
26
27
const validatorHashMapper = {
0 commit comments