Skip to content

Commit

Permalink
fix: mutation editor not found
Browse files Browse the repository at this point in the history
  • Loading branch information
alsakhaev committed Jan 22, 2025
1 parent 244823e commit 03e3fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared-components/src/mini-overlay/side-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const SidePanel: FC<ISidePanelProps> = ({}) => {
path="/system/notifications"
element={<NotificationsPage modalContainerRef={modalContainerRef} />}
/>
<Route path="/system/edit-mutation/:mutationId" element={<EditMutationPage />} />
<Route path="/system/edit-mutation/:mutationId*" element={<EditMutationPage />} />
</Routes>
</div>
</MemoryRouter>
Expand Down

0 comments on commit 03e3fbe

Please sign in to comment.