input box trans
This commit is contained in:
@@ -64,7 +64,6 @@ function RuleFields({ rule, rules, setShow, setKeyword }) {
|
||||
const {
|
||||
pattern,
|
||||
selector,
|
||||
inputSelector = "",
|
||||
translator,
|
||||
fromLang,
|
||||
toLang,
|
||||
@@ -179,17 +178,6 @@ function RuleFields({ rule, rules, setShow, setKeyword }) {
|
||||
onFocus={handleFocus}
|
||||
multiline
|
||||
/>
|
||||
<TextField
|
||||
size="small"
|
||||
label={i18n("input_selector")}
|
||||
helperText={i18n("input_selector_helper")}
|
||||
name="inputSelector"
|
||||
value={inputSelector}
|
||||
disabled={disabled}
|
||||
onChange={handleChange}
|
||||
onFocus={handleFocus}
|
||||
multiline
|
||||
/>
|
||||
|
||||
<Box>
|
||||
<Grid container spacing={2} columns={12}>
|
||||
|
||||
Reference in New Issue
Block a user