Skip to content

Commit e48ca7f

Browse files
committed
Fix frontend error
1 parent 8d50176 commit e48ca7f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/src/App.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@ export default function App() {
100100
<Route path='/legal/accessibility' element={<Accessibility />} />
101101

102102
{/* CONTENT */}
103-
<Route path='/content/create' element={<ContentEditor />} />
103+
<Route
104+
path='/content/create'
105+
element={<ContentEditor isEditMode={false} />}
106+
/>
104107
<Route path='/content/:id' element={<ContentView />} />
105108

106109
{/* PRO */}

0 commit comments

Comments
 (0)