mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
added Default name
This commit is contained in:
parent
d79402c568
commit
68a2b9f3a8
@ -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
|
||||
};
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user