Add url to the useGetArticleSavingStatus input variable

This commit is contained in:
Hongbo Wu
2023-03-20 21:29:12 +08:00
parent 5181e09752
commit 7b480ce39a

View File

@ -99,6 +99,7 @@ export function PrimaryContent(props: PrimaryContentProps): JSX.Element {
const { successRedirectPath, error } = useGetArticleSavingStatus({
id: props.articleId,
url: props.url,
})
useEffect(() => {