parent
b7b57b1b32
commit
c768e1a3f2
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ export default {
|
|||
number: 1,
|
||||
status: (current_page == 1) ? "disabled" : "",
|
||||
},{
|
||||
label: __("Previous)",
|
||||
label: __("Previous"),
|
||||
number: Math.max(current_page - 1, 1),
|
||||
status: (current_page == 1) ? "disabled" : "",
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue