Expand dashboard view

This commit is contained in:
James Cole
2024-03-24 16:22:27 +01:00
parent 0b6877a20e
commit 87be478dd8
8 changed files with 136 additions and 24 deletions

View File

@@ -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');