Skip to content

Commit eeccbda

Browse files
committed
correct resource dependencies
1 parent fdc181e commit eeccbda

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Umbraco.Cms.Integrations.Automation.Zapier/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function zapierController(notificationsService, overlayService, localizationService, umbracoCmsIntegrationsAutomationZapierValidationService, umbracoCmsIntegrationsAutomationZapierResource) {
1+
function zapierController(umbracoCmsIntegrationsAutomationZapierResource) {
22

33
var vm = this;
44

src/Umbraco.Cms.Integrations.Automation.Zapier/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/package.manifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"javascript": [
3-
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.controller.js"
3+
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.controller.js",
4+
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.resource.js"
45
],
56
"css": [
67
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/css/zapier.css"

0 commit comments

Comments
 (0)