Commit 6aa32d70 authored by Kiraa Corsac's avatar Kiraa Corsac
Browse files

SolutionTable: disable 0th page

parent fc3ad711
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ export default {
      }
    },
    previousPage() {
      if (this.page >= 1) {
      if (this.page > 1) {
        this.page -= 1;
      }
    },