fix: TypeError: this.fetchDisplayName is not a function

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
This commit is contained in:
SebastianKrupinski 2025-09-03 15:07:20 -04:00 committed by Andy Scherzinger
parent 107a7c5d3b
commit 766cc99c9b

View file

@ -290,10 +290,6 @@ export default defineComponent({
},
},
created() {
this.fetchDisplayName()
},
methods: {
labelUpdate() {
this.$emit('label-update-request')