mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed ordering columns of tables when columns were reordered
This commit is contained in:
parent
f8e299ec56
commit
b6dd5bb881
2 changed files with 11 additions and 2 deletions
|
@ -68,8 +68,6 @@ export default class extends Controller {
|
|||
stateLoadCallback(settings) {
|
||||
const data = JSON.parse( localStorage.getItem(this.getStateSaveKey()) );
|
||||
|
||||
debugger;
|
||||
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue