Improve importing of tabs
This commit is contained in:
parent
2ca69f9420
commit
bb5bc503ef
3 changed files with 10 additions and 23 deletions
|
|
@ -51,6 +51,9 @@ export const wotStoreModule = {
|
|||
thingDescriptions: (state) => {
|
||||
return state.thingDescriptions;
|
||||
},
|
||||
thingList: (state) => {
|
||||
return Object.keys(state.thingDescriptions);
|
||||
},
|
||||
thingDescription: (state) => (thingName) => {
|
||||
return state.thingDescriptions[thingName];
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue