mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-27 06:49:37 +02:00
add bookmark sorting (#3)
This commit is contained in:
parent
c80e4257ff
commit
9698fdc598
5 changed files with 21 additions and 25 deletions
|
@ -50,10 +50,10 @@ const Bookmarks = (props: ComponentProps): JSX.Element => {
|
|||
updatedAt: new Date(),
|
||||
});
|
||||
const [bookmarkInUpdate, setBookmarkInUpdate] = useState<Bookmark>({
|
||||
name: "string",
|
||||
url: "string",
|
||||
name: "",
|
||||
url: "",
|
||||
categoryId: -1,
|
||||
icon: "string",
|
||||
icon: "",
|
||||
isPinned: false,
|
||||
orderId: 0,
|
||||
id: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue