Fix string for xs attribute
This commit is contained in:
@@ -292,7 +292,7 @@ function EkriTeks({canAutoTranslate, selectedTeks, setSelectedTeks}) {
|
|||||||
</Box>
|
</Box>
|
||||||
<form noValidate autoComplete='off'>
|
<form noValidate autoComplete='off'>
|
||||||
<Grid container style={{textAlign: 'center'}} spacing={1}>
|
<Grid container style={{textAlign: 'center'}} spacing={1}>
|
||||||
<Grid xs>
|
<Grid xs='true'>
|
||||||
<TextField
|
<TextField
|
||||||
required
|
required
|
||||||
id='awtis'
|
id='awtis'
|
||||||
@@ -305,7 +305,7 @@ function EkriTeks({canAutoTranslate, selectedTeks, setSelectedTeks}) {
|
|||||||
onChange={event => handleUpdate({awtis: event.target.value})}
|
onChange={event => handleUpdate({awtis: event.target.value})}
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid xs>
|
<Grid xs='true'>
|
||||||
<TextField
|
<TextField
|
||||||
required
|
required
|
||||||
id='tit'
|
id='tit'
|
||||||
|
|||||||
Reference in New Issue
Block a user