mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1933 from omnivore-app/fix/save-request-redirect
Add url to the useGetArticleSavingStatus input variable
This commit is contained in:
commit
b0db2555ed
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ export function PrimaryContent(props: PrimaryContentProps): JSX.Element {
|
|||
|
||||
const { successRedirectPath, error } = useGetArticleSavingStatus({
|
||||
id: props.articleId,
|
||||
url: props.url,
|
||||
})
|
||||
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue