Updated Document scene to use new url
This commit is contained in:
@@ -79,7 +79,7 @@ type Props = {
|
||||
|
||||
get document() {
|
||||
return this.props.documents.getByUrl(
|
||||
`/${this.props.match.params.documentSlug}`
|
||||
`/doc/${this.props.match.params.documentSlug}`
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user