Moving config.js to /web/react/utils/ Including in every file needed
Этот коммит содержится в:
@@ -4,6 +4,7 @@
|
||||
var UserStore = require('../stores/user_store.jsx');
|
||||
var client = require('../utils/client.jsx');
|
||||
var utils = require('../utils/utils.jsx');
|
||||
import {config} from '../utils/config.js';
|
||||
|
||||
export default class SidebarRightMenu extends React.Component {
|
||||
constructor(props) {
|
||||
@@ -128,4 +129,4 @@ export default class SidebarRightMenu extends React.Component {
|
||||
SidebarRightMenu.propTypes = {
|
||||
teamType: React.PropTypes.string,
|
||||
teamDisplayName: React.PropTypes.string
|
||||
};
|
||||
};
|
||||
|
||||
Ссылка в новой задаче
Block a user