You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce `isCreatingReview` state to track the review creation
process. Update the `isExecuting` derived state to include
`isCreatingReview`, ensuring accurate loading status during
review creation. Set `isCreatingReview` to true when starting
the review and reset it to false upon completion. This improves
user feedback and prevents multiple submissions during the
creation process.
0 commit comments