fix: make invite button go to course invite page (#4103)
This commit is contained in:
parent
a38f7c4357
commit
4efe9106a4
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ class _ActivityStartButtons extends StatelessWidget {
|
|||
style: buttonStyle,
|
||||
onPressed: controller.courseParent?.canInvite ?? false
|
||||
? () => context.go(
|
||||
"/rooms/spaces/${controller.activityRoom!.id}/invite",
|
||||
"/rooms/spaces/${controller.courseParent!.id}/invite",
|
||||
)
|
||||
: null,
|
||||
child: Row(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue