Merge pull request #5922 from jitendra-webkul/master
Hide pagination if numbers of is not more than 1
This commit is contained in:
commit
14a0dd4e73
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -767,7 +767,7 @@
|
|||
v-if="
|
||||
typeof paginated !== 'undefined' &&
|
||||
paginated &&
|
||||
records.data.length > 0
|
||||
records.last_page > 1
|
||||
"
|
||||
>
|
||||
<a
|
||||
|
|
|
|||
Loading…
Reference in New Issue