Add url to the useGetArticleSavingStatus input variable
This commit is contained in:
@ -99,6 +99,7 @@ export function PrimaryContent(props: PrimaryContentProps): JSX.Element {
|
||||
|
||||
const { successRedirectPath, error } = useGetArticleSavingStatus({
|
||||
id: props.articleId,
|
||||
url: props.url,
|
||||
})
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user