mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
fix(ui): Add feedback when saving virtual restrictions
This commit is contained in:
parent
f12da39c33
commit
69e47ab9be
@ -183,6 +183,13 @@ const VirtualRestrictionActions = (
|
||||
>
|
||||
<SaveIcon style={{marginRight: "0.25rem", marginLeft: "-0.25rem"}}/>
|
||||
Save
|
||||
{restrictionsSaving && (
|
||||
<CircularProgress
|
||||
color="inherit"
|
||||
size={18}
|
||||
style={{marginLeft: 10}}
|
||||
/>
|
||||
)}
|
||||
</ActionButton>
|
||||
</Grid2>
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user