added Default name

This commit is contained in:
Joel McKinnon 2020-01-10 16:45:20 -08:00
parent d79402c568
commit 68a2b9f3a8

View File

@ -91,7 +91,7 @@ export default {
console.log(`this.condition.name: ${this.condition.name}`);
return {
expanded: true,
name: this.condition.name,
name: this.condition.name || 'Default',
description: this.condition.description
};
},