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>
<form noValidate autoComplete='off'>
<Grid container style={{textAlign: 'center'}} spacing={1}>
<Grid xs>
<Grid xs='true'>
<TextField
required
id='awtis'
@@ -305,7 +305,7 @@ function EkriTeks({canAutoTranslate, selectedTeks, setSelectedTeks}) {
onChange={event => handleUpdate({awtis: event.target.value})}
/>
</Grid>
<Grid xs>
<Grid xs='true'>
<TextField
required
id='tit'