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:
parent
90a49a73d9
commit
9a264f1500
1 changed files with 1 additions and 1 deletions
|
@ -67,6 +67,6 @@ export class SubmitEvent extends Event {
|
|||
}
|
||||
|
||||
get label() {
|
||||
return this.$i18n.t('eventTypes.submitLabel')
|
||||
return this.i18n.t('eventTypes.submitLabel')
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue