Skip to content
Snippets Groups Projects
Commit 94a7d542 authored by Ruben Bimberg's avatar Ruben Bimberg :computer:
Browse files

Fix delete questions

parent a27ae59f
No related merge requests found
...@@ -159,7 +159,7 @@ export class RoomCreatorPageComponent extends RoomPageComponent implements OnIni ...@@ -159,7 +159,7 @@ export class RoomCreatorPageComponent extends RoomPageComponent implements OnIni
icon:'delete_sweep', icon:'delete_sweep',
iconColor:Palette.RED, iconColor:Palette.RED,
text:'header.delete-questions', text:'header.delete-questions',
callback:() => this.openDeleteRoomDialog(), callback:() => this.deleteQuestions(),
condition:() => this.user.role === UserRole.CREATOR condition:() => this.user.role === UserRole.CREATOR
}); });
e.menuItem({ e.menuItem({
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment