Skip to content

Commit 0561d92

Browse files
author
vikasrohit
authored
Merge pull request #3389 from appirio-tech/hotfix/approve-decline-copilot
[HOTFIX] [PROD] fix: approve/decline copilot
2 parents 4b8dcfe + ef69aa4 commit 0561d92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/projects/reducers/project.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export const projectState = function (state=initialState, action) {
209209

210210
case ACCEPT_OR_REFUSE_INVITE_PENDING:
211211
return Object.assign({}, state, {
212-
showUserInvited: true,
213212
inviteError: false,
214213
})
215214

0 commit comments

Comments
 (0)