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
|
false
|
||||||
);
|
);
|
||||||
|
mutate<IIssue[]>(spreadsheetFetchKey);
|
||||||
} else {
|
} else {
|
||||||
mutate<IIssue[]>(
|
mutate<IIssue[]>(
|
||||||
spreadsheetFetchKey,
|
spreadsheetFetchKey,
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,8 @@ export const SPREADSHEET_COLUMN = [
|
||||||
colName: "Assignees",
|
colName: "Assignees",
|
||||||
colSize: "128px",
|
colSize: "128px",
|
||||||
icon: UserGroupIcon,
|
icon: UserGroupIcon,
|
||||||
ascendingOrder: "assignees__name",
|
ascendingOrder: "assignees__first_name",
|
||||||
descendingOrder: "-assignees__name",
|
descendingOrder: "-assignees__first_name",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
propertyName: "labels",
|
propertyName: "labels",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue