Skip to content

Commit

Permalink
✨ Add fetchStatus call in ExtractHighlightsForm to improve data handling
Browse files Browse the repository at this point in the history
  • Loading branch information
pblvrt committed Jan 23, 2025
1 parent 702a950 commit ea35d01
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ export const ExtractHighlightsForm = ({
}
};

fetchStatus();

if (status === 'pending') {
poll();
}
Expand Down

0 comments on commit ea35d01

Please sign in to comment.