mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 01:19:31 +00:00
Clean up
This commit is contained in:
@@ -43,7 +43,6 @@ let sortDirection = '';
|
||||
const params = new Proxy(new URLSearchParams(window.location.search), {
|
||||
get: (searchParams, prop) => searchParams.get(prop),
|
||||
});
|
||||
// Get the value of "some_key" in eg "https://example.com/?some_key=some_value"
|
||||
sortingColumn = params.column ?? '';
|
||||
sortDirection = params.direction ?? '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user