Skip to content

Commit ab83fe1

Browse files
acoumbCopilot
andauthored
Update src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/App_Plugins/UmbracoCms.Integrations/Crm/ActiveCampaign/js/formpicker.controller.js
Co-authored-by: Copilot <[email protected]>
1 parent 1f2a340 commit ab83fe1

File tree

1 file changed

+1
-1
lines changed
  • src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/App_Plugins/UmbracoCms.Integrations/Crm/ActiveCampaign/js

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/App_Plugins/UmbracoCms.Integrations/Crm/ActiveCampaign/js/formpicker.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
vm.pagination.pageNumber = 1;
7777
loadForms(vm.pagination.pageNumber, vm.searchTerm);
7878
}, 500);
79-
}
79+
};
8080

8181
function getFormDetails(id) {
8282
vm.loading = true;

0 commit comments

Comments
 (0)