From b1d774445420230b4dba5a09cbf9d469e545729b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 11 Nov 2022 14:41:50 +0100 Subject: [PATCH] Fix build. --- .../Commands/Implementation/Sync/Rules/RuleModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Squidex.CLI/Squidex.CLI.Core/Commands/Implementation/Sync/Rules/RuleModel.cs b/cli/Squidex.CLI/Squidex.CLI.Core/Commands/Implementation/Sync/Rules/RuleModel.cs index 89797dc2..c85d476f 100644 --- a/cli/Squidex.CLI/Squidex.CLI.Core/Commands/Implementation/Sync/Rules/RuleModel.cs +++ b/cli/Squidex.CLI/Squidex.CLI.Core/Commands/Implementation/Sync/Rules/RuleModel.cs @@ -26,7 +26,7 @@ internal sealed class RuleModel public DynamicRuleAction Action { get; set; } [JsonIgnore] - public RuleActionDto TypedAction + public RuleAction TypedAction { set {