fix: Disable attribute route from settings menu (#2891)

This commit is contained in:
Muhsin Keloth 2021-08-26 18:51:59 +05:30 committed by GitHub
parent d13c4ff8c5
commit 5853531d9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ import profile from './profile/profile.routes';
import reports from './reports/reports.routes';
import campaigns from './campaigns/campaigns.routes';
import teams from './teams/teams.routes';
import attributes from './attributes/attributes.routes';
import store from '../../../store';
export default {
@ -36,7 +35,6 @@ export default {
...reports.routes,
...teams.routes,
...campaigns.routes,
...attributes.routes,
...integrationapps.routes,
],
};