Allow user to remove terms and conditions file

This commit is contained in:
Luis Ramos
2020-08-18 19:20:11 +01:00
parent 24cdd0c467
commit 66587ccc00
10 changed files with 91 additions and 3 deletions

View File

@@ -52,3 +52,4 @@ angular.module("admin.resources").factory 'Enterprises', ($q, EnterpriseResource
removeLogo: performActionOnEnterpriseResource(EnterpriseResource.removeLogo)
removePromoImage: performActionOnEnterpriseResource(EnterpriseResource.removePromoImage)
removeTermsAndConditions: performActionOnEnterpriseResource(EnterpriseResource.removeTermsAndConditions)