fix: enable block

This commit is contained in:
Nicholas Tindle 2025-01-09 15:32:28 -06:00
parent 59dd75d016
commit db21c6d4bc
No known key found for this signature in database
GPG Key ID: C4A2154D91363A47
1 changed files with 0 additions and 1 deletions

View File

@ -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},