Use query parameter to autoselect class
This commit is contained in:
parent
19809a6f2d
commit
b2166906c3
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class NewGroupController extends State<NewGroup> {
|
|||
void setVocab(List<Lemma> vocab) => setState(() => chatTopic.vocab = vocab);
|
||||
|
||||
String? get activeSpaceId =>
|
||||
GoRouterState.of(context).pathParameters['spaceid'];
|
||||
GoRouterState.of(context).uri.queryParameters['spaceId'];
|
||||
// Pangea#
|
||||
|
||||
void setPublicGroup(bool b) => setState(() => publicGroup = b);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue