mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-10 15:12:12 +00:00
Keep part table length selection and do not clear it at page reload
Fixes issue #1350
This commit is contained in:
parent
3ef4a83f4a
commit
6045b50af2
1 changed files with 0 additions and 2 deletions
|
|
@ -83,8 +83,6 @@ export default class extends Controller {
|
|||
if (data) {
|
||||
//Do not save the start value (current page), as we want to always start at the first page on a page reload
|
||||
delete data.start;
|
||||
//Reset the data length to the default value by deleting the length property
|
||||
delete data.length;
|
||||
}
|
||||
|
||||
return data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue