Turn on Buefy forms for Email Bounce views
This commit is contained in:
parent
47b2c603ef
commit
d3471c945b
|
@ -51,6 +51,7 @@ class EmailBouncesView(MasterView):
|
||||||
url_prefix = '/email-bounces'
|
url_prefix = '/email-bounces'
|
||||||
creatable = False
|
creatable = False
|
||||||
editable = False
|
editable = False
|
||||||
|
supports_buefy_forms = True
|
||||||
|
|
||||||
labels = {
|
labels = {
|
||||||
'config_key': "Source",
|
'config_key': "Source",
|
||||||
|
|
Loading…
Reference in a new issue