mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-05 11:10:16 -04:00
Don't store datatable page
This commit is contained in:
parent
b9328ff2b9
commit
d292fc2786
@ -94,6 +94,8 @@
|
||||
"stateLoadParams": function (settings, data) {
|
||||
// don't save filter to local storage
|
||||
data.search.search = "";
|
||||
// always start on first page of results
|
||||
data.start = 0;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user