View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/489 Closes #490 Approved-by: fEmber <acomputerdog@gmail.com> Approved-by: Marie <marie@kaifa.ch>
This commit is contained in:
commit
886948769e
3 changed files with 12 additions and 6 deletions
|
|
@ -98,6 +98,9 @@ const selectedEmojis = ref<string[]>([]);
|
|||
const pagination = {
|
||||
endpoint: 'admin/emoji/list' as const,
|
||||
limit: 30,
|
||||
offsetMode: computed(() => (
|
||||
(query.value && query.value !== '') ? true : false
|
||||
)),
|
||||
params: computed(() => ({
|
||||
query: (query.value && query.value !== '') ? query.value : null,
|
||||
})),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue