Removes missed code

This commit is contained in:
Joshi 2020-04-07 11:59:24 -07:00
parent e05b0bb562
commit f510f3edd0
2 changed files with 1 additions and 5 deletions

View File

@ -154,8 +154,7 @@ export default {
property: 'imageUrl',
formKeys: ['url'],
value: {url: this.styleItem.style.imageUrl},
isEditing: this.isEditing,
preventNone: this.preventNone
isEditing: this.isEditing
}
},
isStyleInvisibleOption() {
@ -163,7 +162,6 @@ export default {
value: this.styleItem.style.isStyleInvisible,
property: 'isStyleInvisible',
isEditing: this.isEditing,
preventNone: this.preventNone,
options: [
{
value: '',

View File

@ -37,8 +37,6 @@
<div
v-if="showLabel"
class="c-telemetry-view__label"
:class="[styleClass]"
:style="telemetryObjectStyle"
>
<div class="c-telemetry-view__label-text">
{{ domainObject.name }}