Skip to content

Commit a1e57c3

Browse files
bodhisattwawikiJay (CIS-A2K)
authored andcommitted
Remove the manual list's example
* Set placeholder to "Enter LIDs one per line". Bug: T285637 Change-Id: I731f10017aba34838703383dbc9fde5ac71edcee
1 parent 5fa13e9 commit a1e57c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function Main() {
5959
// Input mode states
6060
const [inputModeTab, setInputModeTab] = useState(0);
6161
const [sp_text, setSpText] = useState( '' ); // SPARQL text
62-
const [ml_text, setMlText] = useState('L1399'); // Manual text
62+
const [ml_text, setMlText] = useState( '' ); // Manual text
6363
const lexItems = useSelector(s => s.lexItems);
6464

6565

@@ -179,7 +179,7 @@ function Main() {
179179
rowsMax={8}
180180
variant="outlined"
181181
value={ml_text}
182-
placeholder="Enter the lexemes list"
182+
placeholder="Enter LIDs one per line"
183183
onChange={(e) => setMlText(e.target.value)}
184184
/>
185185
</TabPanel>

0 commit comments

Comments
 (0)