Implemented basic support for GDPR
This commit is contained in:
parent
9f9cbc4c2b
commit
92ca1c0f28
21 changed files with 271 additions and 105 deletions
|
@ -49,7 +49,11 @@ import axios
|
|||
import {getUrl} from "./lib/urls";
|
||||
import {langCodes} from "../../shared/langs";
|
||||
|
||||
const topLevelMenuKeys = ['lists', 'templates', 'campaigns', 'reports'];
|
||||
const topLevelMenuKeys = ['lists', 'templates', 'campaigns'];
|
||||
|
||||
if (mailtrainConfig.reportsEnabmed) {
|
||||
topLevelMenuKeys.push('reports');
|
||||
}
|
||||
|
||||
@withTranslation()
|
||||
class Root extends Component {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue