Skip to content

Commit 06ec6c8

Browse files
committed
Fix: ProgramReviewItem pass persistent flag to saga
1 parent 70e115a commit 06ec6c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/dashboard/components/ProgramReview/ProgramReviewItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const ProgramReviewItem = ({
127127
payouts,
128128
skillId,
129129
workerAddress: worker.profile.walletAddress,
130+
persistent: true,
130131
});
131132
}
132133
await acceptLevelTaskSubmission();

0 commit comments

Comments
 (0)