Fixed bug - files/uploaded had wrong owner
Upgrade to React 16
This commit is contained in:
parent
dce5ba7464
commit
cfdcaf65d8
84 changed files with 2381 additions and 1546 deletions
|
@ -47,6 +47,7 @@ import axios
|
|||
from './lib/axios';
|
||||
import {getUrl} from "./lib/urls";
|
||||
import {getLang} from "../../shared/langs";
|
||||
import {withComponentMixins} from "./lib/decorator-helpers";
|
||||
|
||||
const topLevelMenuKeys = ['lists', 'templates', 'campaigns'];
|
||||
|
||||
|
@ -55,7 +56,9 @@ if (mailtrainConfig.reportsEnabled) {
|
|||
}
|
||||
|
||||
|
||||
@withTranslation()
|
||||
@withComponentMixins([
|
||||
withTranslation
|
||||
])
|
||||
class Root extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue