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
- Now validating the task assignment from the presence of Submitter resource instead of looking at `task.memberId` field as per the suggestions
feat: git#896-Remove copilot and copilot fee validation for a task close
// if all data for closing task is there, show confirmation modal
1119
1111
if(validationErrors.length===0){
1120
1112
closeTaskModal=(
1121
1113
<ConfirmationModal
1122
1114
title='Close Task Confirmation'
1123
1115
message={
1124
1116
<p>
1125
-
Are you sure want to close task <strong>"{challenge.name}"</strong> with the prize <strong>${taskPrize}</strong> for <strong>{assignedMember}</strong>
1126
-
{' '}
1127
-
and copilot fee <strong>${copilotFee}</strong> for <strong>{copilot}</strong>?
1117
+
Are you sure want to close task <strong>"{challenge.name}"</strong> with the prize <strong>${taskPrize}</strong> for <strong>{assignedMember}</strong>?
0 commit comments