Fix "About" page
This commit is contained in:
parent
4e7fa44a73
commit
65f467af64
3 changed files with 43 additions and 84 deletions
|
|
@ -87,7 +87,6 @@ export default {
|
|||
updateActions: async function() {
|
||||
try {
|
||||
let response = await axios.get(this.thingUri); // Get Thing Description
|
||||
console.log("CSM TD", response.data);
|
||||
this.actions = response.data.actions;
|
||||
this.properties = response.data.properties;
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue