mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Expand dashboard view
This commit is contained in:
@@ -52,7 +52,7 @@ export function getVariable(name, defaultValue = null) {
|
||||
});
|
||||
}
|
||||
|
||||
function parseResponse(name, response) {
|
||||
export function parseResponse(name, response) {
|
||||
let value = response.data.data.attributes.data;
|
||||
window.store.set(name, value);
|
||||
// console.log('Store "' + name + '" in localStorage');
|
||||
|
||||
Reference in New Issue
Block a user