We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa13e9 commit a1e57c3Copy full SHA for a1e57c3
src/components/Main.js
@@ -59,7 +59,7 @@ function Main() {
59
// Input mode states
60
const [inputModeTab, setInputModeTab] = useState(0);
61
const [sp_text, setSpText] = useState( '' ); // SPARQL text
62
- const [ml_text, setMlText] = useState('L1399'); // Manual text
+ const [ml_text, setMlText] = useState( '' ); // Manual text
63
const lexItems = useSelector(s => s.lexItems);
64
65
@@ -179,7 +179,7 @@ function Main() {
179
rowsMax={8}
180
variant="outlined"
181
value={ml_text}
182
- placeholder="Enter the lexemes list"
+ placeholder="Enter LIDs one per line"
183
onChange={(e) => setMlText(e.target.value)}
184
/>
185
</TabPanel>
0 commit comments