🔧 Fixed wanted comics table data source
This commit is contained in:
@@ -414,6 +414,7 @@ pre {
|
||||
width: 100%;
|
||||
padding: 25px 0 15px 0;
|
||||
position: sticky;
|
||||
z-index:9999;
|
||||
background: #fffffc;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@ export const WantedComics = (props): ReactElement => {
|
||||
size: pageSize,
|
||||
from: pageSize * pageIndex + 1,
|
||||
},
|
||||
type: "all",
|
||||
type: "wanted",
|
||||
trigger: "wantedComicsPage",
|
||||
},
|
||||
),
|
||||
@@ -137,7 +137,7 @@ export const WantedComics = (props): ReactElement => {
|
||||
size: pageSize,
|
||||
from,
|
||||
},
|
||||
type: "all",
|
||||
type: "wanted",
|
||||
trigger: "wantedComicsPage"
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user