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;
|
||||
switch (action) {
|
||||
case SpaceChildAction.edit:
|
||||
context.push('/rooms/${widget.spaceId}/details');
|
||||
context.push('/rooms/$roomId/details');
|
||||
case SpaceChildAction.moveToSpace:
|
||||
final spacesWithPowerLevels = space.client.rooms
|
||||
.where(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue