mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
removed SAVE
This commit is contained in:
@@ -67,13 +67,11 @@ const SettingsCustomizationDialog = ({ open, onClose, onSave, selectedItem }: Se
|
||||
<DialogTitle>{LL.EDIT() + ' ' + LL.ENTITY()}</DialogTitle>
|
||||
<DialogContent dividers>
|
||||
<Box color="warning.main">
|
||||
<Typography variant="body2">
|
||||
{LL.ENTITY()}: {editItem.id}
|
||||
</Typography>
|
||||
<Typography variant="body2">{editItem.id}</Typography>
|
||||
</Box>
|
||||
<Box color="warning.main" mt={1} mb={2}>
|
||||
<Typography variant="body2">
|
||||
{LL.DEFAULT(1) + ' ' + LL.NAME(1)}: {editItem.n}
|
||||
{LL.DEFAULT(1) + ' ' + LL.ENTITY_NAME()}: {editItem.n}
|
||||
</Typography>
|
||||
</Box>
|
||||
<Box mb={3}>
|
||||
|
||||
Reference in New Issue
Block a user