Skip to content

Commit 8b92498

Browse files
committed
Small corrections
1 parent 2d382c6 commit 8b92498

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Editors/ActiveCampaignFormPickerValueConverter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using Microsoft.Extensions.Options;
2-
3-
using System;
4-
52
using Umbraco.Cms.Core.Models.PublishedContent;
63
using Umbraco.Cms.Core.PropertyEditors;
74
using Umbraco.Cms.Integrations.Crm.ActiveCampaign.Configuration;

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Helpers/ActiveCampaignHtmlExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static IHtmlContent RenderActiveCampaignForm(this IHtmlHelper<dynamic> ht
1111
FormViewModel formVM, string renderingViewPath = "")
1212
{
1313
return htmlHelper.Partial(string.IsNullOrEmpty(renderingViewPath)
14-
? "~/App_Plugins/UmbracoCms.Integrations/Crm/ActiveCampaign/Render/ActiveCampaignForm.cshtml"
14+
? "~/Views/ActiveCampaignForms/Render/ActiveCampaignForm.cshtml"
1515
: renderingViewPath,
1616
formVM ?? new FormViewModel());
1717
}

0 commit comments

Comments
 (0)