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
|
||||
);
|
||||
mutate<IIssue[]>(spreadsheetFetchKey);
|
||||
} else {
|
||||
mutate<IIssue[]>(
|
||||
spreadsheetFetchKey,
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user