Fix string for xs attribute

This commit is contained in:
2026-04-16 17:40:54 +04:00
parent a2bb9ffc3b
commit 440c1f460c
+2 -2
View File
@@ -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'