mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-03-11 06:54:09 +00:00
fix typo.
Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com>
This commit is contained in:
parent
6640496e10
commit
f940af686b
@ -147,7 +147,7 @@ class DeviceLayout extends Component<IProps, IState> {
|
||||
confirm={device.getName()}
|
||||
onConfirm={this.deleteDevice}
|
||||
>
|
||||
<Button danger type="primary">Delete devicee</Button>
|
||||
<Button danger type="primary">Delete device</Button>
|
||||
</DeleteConfirm>
|
||||
]}
|
||||
/>
|
||||
|
@ -184,7 +184,7 @@ class ListDevices extends Component<IProps, IState> {
|
||||
<Space direction="vertical" size="large" style={{width: "100%"}}>
|
||||
<Modal title="Add selected devices to multicast-group" visible={this.state.mgModalVisible} onOk={this.handleMgModalOk} onCancel={this.hideMgModal} okButtonProps={{disabled: this.state.mgSelected === ""}}>
|
||||
<Space direction="vertical" size="large" style={{width: "100%"}}>
|
||||
<Select style={{width: "100%"}} onChange={this.onMgSelected}>
|
||||
<Select style={{width: "100%"}} onChange={this.onMgSelected} placeholder="Select Multicast-group">
|
||||
{mgOptions}
|
||||
</Select>
|
||||
</Space>
|
||||
|
Loading…
x
Reference in New Issue
Block a user