Skip to content

Commit

Permalink
Merge pull request #155 from shibaken/working
Browse files Browse the repository at this point in the history
working to main
  • Loading branch information
shibaken authored Dec 21, 2023
2 parents faa0d75 + 5ef4379 commit e4ff23d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ from '@/utils/hooks'
data: function(params) {
return {
search_term: params.term,
page: params.page || 1,
page_number: params.page || 1,
type: 'public',
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ from '@/utils/hooks'
data: function(params) {
return {
search_term: params.term,
page: params.page || 1,
page_number: params.page || 1,
type: 'public',
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ from '@/utils/hooks'
data: function(params) {
return {
search_term: params.term,
page: params.page || 1,
page_number: params.page || 1,
type: 'public',
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ from '@/utils/hooks'
data: function(params) {
return {
search_term: params.term,
page: params.page || 1,
page_number: params.page || 1,
type: 'public',
}
},
Expand Down

0 comments on commit e4ff23d

Please sign in to comment.