Merge pull request #5922 from jitendra-webkul/master

Hide pagination if numbers of is not more than 1
This commit is contained in:
Jitendra Singh 2022-03-02 16:29:53 +05:30 committed by GitHub
commit 14a0dd4e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=954073df9737f44117ed",
"/js/ui.js": "/js/ui.js?id=a7fccfd3e08db1e66b06",
"/css/ui.css": "/css/ui.css?id=129005e28712a8e5bc2f"
}

View File

@ -767,7 +767,7 @@
v-if="
typeof paginated !== 'undefined' &&
paginated &&
records.data.length > 0
records.last_page > 1
"
>
<a