|
@@ -42,6 +42,8 @@ class MyBookmarkList extends React.Component {
|
|
|
const userId = appContainer.currentUserId;
|
|
const userId = appContainer.currentUserId;
|
|
|
const page = selectPageNumber;
|
|
const page = selectPageNumber;
|
|
|
|
|
|
|
|
|
|
+ // TODO implement temporarily paging number only this component (this paging size is pageLimitationL).
|
|
|
|
|
+
|
|
|
try {
|
|
try {
|
|
|
const { data } = await this.props.appContainer.apiv3.get(`/bookmarks/${userId}`, { page });
|
|
const { data } = await this.props.appContainer.apiv3.get(`/bookmarks/${userId}`, { page });
|
|
|
if (data.paginationResult == null) {
|
|
if (data.paginationResult == null) {
|