mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed page path set for links
no issue - Fixes incorrect page path set for different links
This commit is contained in:
parent
ad5d05c023
commit
01423f974b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ export default class App extends React.Component {
|
|||
const pagePath = path.replace('/portal/', '');
|
||||
const pageFromPath = this.getPageFromPath(pagePath);
|
||||
if (pageFromPath) {
|
||||
previewState.page = 'signup';
|
||||
previewState.page = pageFromPath;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue