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 3d6442a009
commit 0a3bf18a9d

View file

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