fix: spreadsheet bug fixes (#1385)
* fix: sub issue accordion fix * chore: assignees sort order updated
This commit is contained in:
parent
5ada1e5397
commit
56a35e74bb
2 changed files with 3 additions and 2 deletions
|
|
@ -99,6 +99,7 @@ export const DeleteIssueModal: React.FC<Props> = ({ isOpen, handleClose, data, u
|
|||
},
|
||||
false
|
||||
);
|
||||
mutate<IIssue[]>(spreadsheetFetchKey);
|
||||
} else {
|
||||
mutate<IIssue[]>(
|
||||
spreadsheetFetchKey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue