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'
|
||||
creatable = False
|
||||
editable = False
|
||||
supports_buefy_forms = True
|
||||
|
||||
labels = {
|
||||
'config_key': "Source",
|
||||
|
|
Loading…
Reference in a new issue