fix(ui): Add feedback when saving virtual restrictions

This commit is contained in:
Sören Beye 2025-08-17 16:49:33 +02:00
parent f12da39c33
commit 69e47ab9be

View File

@ -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>
}