mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
Fixed route for Group paging
This commit is contained in:
@@ -73,6 +73,12 @@ class Main extends React.Component<Props> {
|
|||||||
path="/groups/add"
|
path="/groups/add"
|
||||||
component={AddGroup}
|
component={AddGroup}
|
||||||
/>
|
/>
|
||||||
|
<ProtectedRoute
|
||||||
|
exact
|
||||||
|
path="/groups/:page"
|
||||||
|
component={Groups}
|
||||||
|
authenticated={authenticated}
|
||||||
|
/>
|
||||||
</Switch>
|
</Switch>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user