Skip to content

Commit 71318d5

Browse files
sreenathsJohanAhlen
authored andcommitted
[ui] Vue 3 - HueLink - Removing href delete as it was causing test error
1 parent 9e6cdb6 commit 71318d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

desktop/core/src/desktop/js/components/HueLink.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
4141
emits: ['click'],
4242
43-
created(): void {
44-
delete this.$attrs.href;
45-
},
46-
4743
methods: {
4844
clicked(event: Event): void {
4945
if (this.url && this.$attrs.target) {

0 commit comments

Comments
 (0)