Changed optional parameter name to allow for more generic uses
This commit is contained in:
@@ -22,7 +22,7 @@ export const TechDocsNotFound = () => {
|
||||
<ErrorPage
|
||||
status="404"
|
||||
statusMessage="Documentation not found"
|
||||
docPath={window.location.pathname}
|
||||
additionalInfo={window.location.pathname}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user