+
{{ $t('search') }}
{{ $t('host') }}
@@ -83,14 +83,14 @@ export default defineComponent({
host: '',
pagination: {
endpoint: 'admin/emoji/list',
- limit: 15,
+ limit: 30,
params: computed(() => ({
query: (this.query && this.query !== '') ? this.query : null
}))
},
remotePagination: {
endpoint: 'admin/emoji/list-remote',
- limit: 15,
+ limit: 30,
params: computed(() => ({
query: (this.queryRemote && this.queryRemote !== '') ? this.queryRemote : null,
host: (this.host && this.host !== '') ? this.host : null