1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-10 23:50:12 +00:00

Fix ClickEvent label

This commit is contained in:
Peter Evans 2023-12-20 17:40:35 +00:00
parent 90a49a73d9
commit 9a264f1500

View file

@ -67,6 +67,6 @@ export class SubmitEvent extends Event {
}
get label() {
return this.$i18n.t('eventTypes.submitLabel')
return this.i18n.t('eventTypes.submitLabel')
}
}