Explorar o código

fix(AdvancedTable): Changing page size doesnt update current page

Owen Diffey %!s(int64=3) %!d(string=hai) anos
pai
achega
004d3aa753
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      frontend/src/components/AdvancedTable.vue

+ 1 - 0
frontend/src/components/AdvancedTable.vue

@@ -916,6 +916,7 @@ export default {
 			);
 		},
 		changePageSize() {
+			this.page = 1;
 			this.getData();
 			this.storeTableSettings();
 		},