fix: spreadsheet bug fixes (#1385)

* fix: sub issue accordion fix

* chore: assignees sort order updated
This commit is contained in:
Anmol Singh Bhatia
2023-06-24 01:25:18 +05:30
committed by GitHub
parent 5ada1e5397
commit 56a35e74bb
2 changed files with 3 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ export const DeleteIssueModal: React.FC<Props> = ({ isOpen, handleClose, data, u
},
false
);
mutate<IIssue[]>(spreadsheetFetchKey);
} else {
mutate<IIssue[]>(
spreadsheetFetchKey,

View File

@@ -32,8 +32,8 @@ export const SPREADSHEET_COLUMN = [
colName: "Assignees",
colSize: "128px",
icon: UserGroupIcon,
ascendingOrder: "assignees__name",
descendingOrder: "-assignees__name",
ascendingOrder: "assignees__first_name",
descendingOrder: "-assignees__first_name",
},
{
propertyName: "labels",