Panel: will fix so the correct links is generated to the panel view. (#24301)

* fixed a couple of bad links.

* adjusted so we use the correct type of links.

* cleaning up links regarding edit/viewing panels.

* fixing edit link.

* reverted back to panelId for the image urls.

* reverted back.

* remvoed the editPanel: null since it is obsolete.
This commit is contained in:
Marcus Andersson
2020-05-06 09:48:30 +02:00
committed by GitHub
parent 2284f46edb
commit 67b4c84399
7 changed files with 18 additions and 30 deletions

View File

@@ -67,7 +67,7 @@ class DashNav extends PureComponent<Props> {
onClose = () => {
this.props.updateLocation({
query: { edit: null, viewPanel: null },
query: { viewPanel: null },
partial: true,
});
};