Merge branch 'emsesp:dev' into dev

This commit is contained in:
Proddy
2024-08-04 22:03:59 +02:00
committed by GitHub
16 changed files with 77 additions and 46 deletions

View File

@@ -291,7 +291,7 @@ const CustomEntitiesDialog = ({
fullWidth
margin="normal"
type="number"
inputProps={{ min: '1', max: '27', step: '1' }}
inputProps={{ min: '1', max: String(256 - editItem.offset), step: '1' }}
/>
</Grid>
)}