quality(roles and permissions): fix tests
This commit is contained in:
parent
fca62a333e
commit
5f007fd50c
5 changed files with 70 additions and 113 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue