Skip to content

Commit

Permalink
oopsie!
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Feb 22, 2024
1 parent b83c3cd commit 517a84f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const WithGroups = () => {
data.issue.assigneeIds = selectedAssigneeIds // pretending to persist changes
}
const onCancel = () => {
selectedAssigneeIds(initialAssigneeIds)
setSelectedAssigneeIds(initialAssigneeIds)
}

/* Filtering */
Expand Down

0 comments on commit 517a84f

Please sign in to comment.