fix: enable block
This commit is contained in:
parent
59dd75d016
commit
db21c6d4bc
|
@ -76,7 +76,6 @@ class SendEmailBlock(Block):
|
|||
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
disabled=True,
|
||||
id="4335878a-394e-4e67-adf2-919877ff49ae",
|
||||
description="This block sends an email using the provided SMTP credentials.",
|
||||
categories={BlockCategory.OUTPUT},
|
||||
|
|
Loading…
Reference in New Issue