fix: Typo in RecorderDetail.vue

(cherry picked from commit 021aea5b4f)
This commit is contained in:
Suraj Shetty 2021-05-03 12:50:06 +05:30 committed by mergify-bot
parent b7b57b1b32
commit c768e1a3f2

View file

@ -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" : "",
}, {