mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
Change from back to absolute URL.
This commit is contained in:
parent
d7159760e8
commit
66d4e090d6
@ -100,7 +100,7 @@ const AppBar = ({
|
||||
id: 'appbar.back-to-map-list',
|
||||
defaultMessage: 'Back to maps list',
|
||||
}),
|
||||
onClick: () => history.back(),
|
||||
onClick: () => (window.location.href = '/c/maps/'),
|
||||
},
|
||||
{
|
||||
render: () => <img src={LogoTextBlackSvg} aria-label="WiseMappping" />,
|
||||
|
Loading…
Reference in New Issue
Block a user