forked from github/plane
fix: spreadsheet bug fixes (#1385)
* fix: sub issue accordion fix * chore: assignees sort order updated
This commit is contained in:
parent
5ada1e5397
commit
56a35e74bb
@ -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…
Reference in New Issue
Block a user