📒 Rename modal
This commit is contained in:
parent
3c4606f87c
commit
e1c0d55913
|
@ -12,7 +12,7 @@
|
||||||
* @prop {close: func} Called to close the window
|
* @prop {close: func} Called to close the window
|
||||||
*/
|
*/
|
||||||
App.components.modal('Channel', {
|
App.components.modal('Channel', {
|
||||||
displayName: 'Modal',
|
displayName: 'Board',
|
||||||
mixins: [React.addons.PureRenderMixin],
|
mixins: [React.addons.PureRenderMixin],
|
||||||
|
|
||||||
propTypes: {
|
propTypes: {
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
* Render modal
|
* Render modal
|
||||||
*/
|
*/
|
||||||
render: function () {
|
render: function () {
|
||||||
var title = 'Gestion des canaux', channels;
|
var title = 'Instruments', channels;
|
||||||
|
|
||||||
channels = this.props.channels.map(function (channel) {
|
channels = this.props.channels.map(function (channel) {
|
||||||
channel.key = 'channel-' + channel.id;
|
channel.key = 'channel-' + channel.id;
|
Loading…
Reference in New Issue