packages, custom entiie small fixes

This commit is contained in:
MichaelDvP
2023-07-14 08:52:06 +02:00
parent 18d32de483
commit 08a5437210
6 changed files with 48 additions and 35 deletions

View File

@@ -222,7 +222,7 @@ const SettingsEntitiesDialog = ({
fullWidth
margin="normal"
type="number"
inputProps={{ min: '1', max: '28', step: '1' }}
inputProps={{ min: '1', max: '27', step: '1' }}
/>
</Grid>
)}