fix: Disable attribute route from settings menu (#2891)
This commit is contained in:
parent
d13c4ff8c5
commit
5853531d9a
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ import profile from './profile/profile.routes';
|
||||||
import reports from './reports/reports.routes';
|
import reports from './reports/reports.routes';
|
||||||
import campaigns from './campaigns/campaigns.routes';
|
import campaigns from './campaigns/campaigns.routes';
|
||||||
import teams from './teams/teams.routes';
|
import teams from './teams/teams.routes';
|
||||||
import attributes from './attributes/attributes.routes';
|
|
||||||
import store from '../../../store';
|
import store from '../../../store';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
@ -36,7 +35,6 @@ export default {
|
||||||
...reports.routes,
|
...reports.routes,
|
||||||
...teams.routes,
|
...teams.routes,
|
||||||
...campaigns.routes,
|
...campaigns.routes,
|
||||||
...attributes.routes,
|
|
||||||
...integrationapps.routes,
|
...integrationapps.routes,
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue