Fix "About" page

This commit is contained in:
Richard Bowman 2023-11-02 21:17:31 +00:00
parent 4e7fa44a73
commit 65f467af64
3 changed files with 43 additions and 84 deletions

View file

@ -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) {