mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-03 09:55:18 +02:00
Fixed bug with alphabetical order not working for bookmarks. Minor changes related to bookmarks form
This commit is contained in:
parent
ec5f50aba4
commit
d5610ad6be
12 changed files with 89 additions and 17 deletions
|
@ -8,4 +8,6 @@ export interface NewBookmark {
|
|||
isPublic: boolean;
|
||||
}
|
||||
|
||||
export interface Bookmark extends Model, NewBookmark {}
|
||||
export interface Bookmark extends Model, NewBookmark {
|
||||
orderId: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue