This commit is contained in:
nguyentrungthat 2026-01-30 11:28:32 +07:00
parent 2d387de73f
commit 6a9a3fb350
2 changed files with 3 additions and 3 deletions

View File

@ -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) {

View File

@ -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"