|
@@ -13,7 +13,6 @@ const debug = { // outdated
|
13
|
13
|
creationLabel: 'Write a document',
|
14
|
14
|
domContainer: 'appContainer',
|
15
|
15
|
apiUrl: 'http://localhost:3001',
|
16
|
|
- mockApiUrl: 'http://localhost:8071',
|
17
|
16
|
apiHeader: {
|
18
|
17
|
'Accept': 'application/json',
|
19
|
18
|
'Content-Type': 'application/json',
|
|
@@ -85,7 +84,7 @@ class PopupCreateHtmlDocument extends React.Component {
|
85
|
84
|
onClose={this.handleClose}
|
86
|
85
|
onValidate={this.handleValidate}
|
87
|
86
|
label={this.state.config.label} // @TODO get the lang of user
|
88
|
|
- hexcolor={this.state.config.hexcolor}
|
|
87
|
+ customColor={this.state.config.hexcolor}
|
89
|
88
|
faIcon={this.state.config.faIcon}
|
90
|
89
|
contentName={this.state.newContentName}
|
91
|
90
|
onChangeContentName={this.handleChangeNewContentName}
|