fix: Edit space child button opens space details page and not space child details page
This commit is contained in:
parent
d7d104de91
commit
0436f16aa9
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ class _SpaceViewState extends State<SpaceView> {
|
||||||
if (space == null) return;
|
if (space == null) return;
|
||||||
switch (action) {
|
switch (action) {
|
||||||
case SpaceChildAction.edit:
|
case SpaceChildAction.edit:
|
||||||
context.push('/rooms/${widget.spaceId}/details');
|
context.push('/rooms/$roomId/details');
|
||||||
case SpaceChildAction.moveToSpace:
|
case SpaceChildAction.moveToSpace:
|
||||||
final spacesWithPowerLevels = space.client.rooms
|
final spacesWithPowerLevels = space.client.rooms
|
||||||
.where(
|
.where(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue