diff --git a/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs b/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs index 00165af..7d4cce6 100644 --- a/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs +++ b/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs @@ -49,6 +49,8 @@ public enum FeComponentType Credentials_Custom = 40, Credentials_Smtp_Inbound = 41, + Form_Template = 42, + Ignore = 100, Any = 101, }