Fix inv
This commit is contained in:
parent
2d387de73f
commit
6a9a3fb350
|
|
@ -399,7 +399,7 @@ export default class LineConnection {
|
|||
})
|
||||
if (script?.send_result || script?.sendResult) {
|
||||
this.dataDPELP = ''
|
||||
this.config.inventory = ''
|
||||
// this.config.inventory = ''
|
||||
}
|
||||
|
||||
if (script?.isReboot) {
|
||||
|
|
|
|||
|
|
@ -230,8 +230,8 @@ export default function ModalKeywords({ opened, onClose }: Props) {
|
|||
<Box style={{ width: "300px", marginBottom: "10px" }}>
|
||||
<TextInput
|
||||
autoCapitalize="on"
|
||||
label="Search model"
|
||||
placeholder="Enter Model"
|
||||
label="Search keyword"
|
||||
placeholder="Enter keyword"
|
||||
value={inputModel}
|
||||
onChange={(e) => setInputModel(e.currentTarget.value)}
|
||||
size="xs"
|
||||
|
|
|
|||
Loading…
Reference in New Issue