diff --git a/src/plugins/LADTable/components/LadTableSet.vue b/src/plugins/LADTable/components/LadTableSet.vue index 4f4fcbf243..a104fbe87a 100644 --- a/src/plugins/LADTable/components/LadTableSet.vue +++ b/src/plugins/LADTable/components/LadTableSet.vue @@ -74,7 +74,6 @@ export default { return { ladTableObjects: [], ladTelemetryObjects: {}, - compositions: [], viewContext: {}, staleObjects: [], configuration: this.ladTableConfiguration.getConfiguration() @@ -115,6 +114,9 @@ export default { return ''; } }, + created() { + this.compositions = []; + }, mounted() { this.ladTableConfiguration.on('change', this.handleConfigurationChange); this.composition = this.openmct.composition.get(this.domainObject);