DeleteGroup
fun DeleteGroup(viewModel: EquinoxViewModel, group: Group, show: MutableState<Boolean>, onDelete: () -> Unit)
Alert to warn about the group deletion
Parameters
viewModel
The support viewmodel for the screen
group
The group to delete
show
Whether the alert is shown
onDelete
The action to execute when the group has been deleted