Skip to content

Commit

Permalink
Fix crash on HTML Email parameter creation
Browse files Browse the repository at this point in the history
Change-Id: I8cc6cc7ce26c170a70748b2db6f7768746fe90d3
  • Loading branch information
makanakoeln committed Nov 5, 2024
1 parent 9763f62 commit 2436d43
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cmk/gui/wato/_notification_parameter/_mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,15 +281,6 @@ def _content_elements() -> dict[str, DictElement[Any]]:
),
),
),
"no_floating_graphs": DictElement(
group=DictGroup(
title=Title("Email body/content"),
),
parameter_form=FixedValue(
label=Label(""),
value=True,
),
),
}


Expand Down

0 comments on commit 2436d43

Please sign in to comment.