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 02735dcCopy full SHA for 02735dc
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
@@ -101,6 +101,9 @@ const Custom404 = () => {
101
}
102
103
push(newPath);
104
+ } else if (asPath.startsWith('/live-editor')) {
105
+ setLoading(true);
106
+ push('/editor/live-editor');
107
} else if (asPath.startsWith('/renderer/condition#') && conditionHashMapper[hash]) {
108
setLoading(true);
109
push(`/schema/${conditionHashMapper[hash]}`);
0 commit comments