Use usual book widget for collection form view
This commit is contained in:
@@ -45,10 +45,10 @@ type BookItemGet struct {
|
||||
}
|
||||
|
||||
type CollectionGet struct {
|
||||
Name string `json:"name"`
|
||||
Count int64 `json:"count"`
|
||||
Books []CollectionBookItemGet `json:"books"`
|
||||
UserID uint `json:"-"`
|
||||
Name string `json:"name"`
|
||||
Count int64 `json:"count"`
|
||||
Books []BookItemGet `json:"books"`
|
||||
UserID uint `json:"-"`
|
||||
}
|
||||
|
||||
type CollectionItemsGet struct {
|
||||
|
||||
Reference in New Issue
Block a user