File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/webapp/src/components/Preferences Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import UsersActions from '@/containers/Preferences/Users/UsersActions';
99import CurrenciesActions from '@/containers/Preferences/Currencies/CurrenciesActions' ;
1010import WarehousesActions from '@/containers/Preferences/Warehouses/WarehousesActions' ;
1111import BranchesActions from '@/containers/Preferences/Branches/BranchesActions' ;
12+ import ApiKeysActions from '@/containers/Preferences/ApiKeys/ApiKeysActions' ;
1213import withDashboard from '@/containers/Dashboard/withDashboard' ;
1314
1415import { compose } from '@/utils' ;
@@ -48,6 +49,11 @@ function PreferencesTopbar({ preferencesPageTitle }) {
4849 path = { '/preferences/branches' }
4950 component = { BranchesActions }
5051 />
52+ < Route
53+ exact
54+ path = { '/preferences/api-keys' }
55+ component = { ApiKeysActions }
56+ />
5157 </ Switch >
5258 </ Route >
5359 </ div >
You can’t perform that action at this time.
0 commit comments