fix socket
This commit is contained in:
parent
c8481e50ec
commit
f40c3eca9f
2
app/.env
2
app/.env
|
@ -1,3 +1,3 @@
|
|||
REACT_APP_HOST='http://api.face-classify.beetai.com'
|
||||
REACT_APP_SOURCE_IMG=0
|
||||
REACT_APP_SOURCE_IMG=1
|
||||
WDS_SOCKET_PORT=0
|
||||
|
|
|
@ -259,7 +259,7 @@ class ImportImage extends Component {
|
|||
})
|
||||
}}
|
||||
value={this.state.dataSearch}
|
||||
id="inputSearch" className="form-control m-input"
|
||||
id="inputSearch" className="form-control m-input font-family-text"
|
||||
placeholder="Tên ảnh..."
|
||||
data-col-index={0}
|
||||
/>
|
||||
|
@ -267,6 +267,7 @@ class ImportImage extends Component {
|
|||
<div className="form-group m-form__group col-xl-2">
|
||||
{process.env.REACT_APP_SOURCE_IMG === "1" ?
|
||||
<Select
|
||||
className="font-family-text"
|
||||
placeholder={'Loại ảnh'}
|
||||
value={this.state.valueSelected}
|
||||
onChange={this.changeHandleFilter}
|
||||
|
@ -333,7 +334,7 @@ class ImportImage extends Component {
|
|||
{this.state.dataRole?.indexOf('import:edit') === -1 && this.state.dataRole?.indexOf('import:delete') === -1 ? "" : <th>Thao tác</th>}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>{bulletedListImg}</tbody>
|
||||
<tbody className="font-family-text">{bulletedListImg}</tbody>
|
||||
</table>
|
||||
<Modalupload
|
||||
show={this.state.modalUploadShow}
|
||||
|
|
Loading…
Reference in New Issue
Block a user