quality(roles and permissions): fix tests

This commit is contained in:
ganfra 2025-11-05 17:54:02 +01:00
parent fca62a333e
commit 5f007fd50c
5 changed files with 70 additions and 113 deletions

View file

@ -74,6 +74,7 @@ fun ChangeRoomPermissionsView(
selectedOption = state.selectedRoleForType(permissionType),
options = SelectableRole.entries.toImmutableList(),
onSelectOption = { role ->
println("Selected $role for $permissionType")
state.eventSink(
ChangeRoomPermissionsEvent.ChangeMinimumRoleForAction(
action = permissionType,