fix: order by last created (#550)
* feat: block sync * fix: order by last created order
This commit is contained in:
parent
b9e42d116e
commit
37aade5ef6
6 changed files with 33 additions and 22 deletions
|
|
@ -3,7 +3,7 @@ import useIssuesView from "hooks/use-issues-view";
|
|||
// components
|
||||
import { SingleList } from "components/core/list-view/single-list";
|
||||
// types
|
||||
import { IIssue, IProjectMember, IState, UserAuth } from "types";
|
||||
import { IIssue, IState, UserAuth } from "types";
|
||||
|
||||
// types
|
||||
type Props = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue