@forge/cli
13.2.0-next.4-experimental-fda9df613.2.0-next.10-experimental-f51f593
out/command-line/register-app-commands.js~
out/command-line/register-app-commands.jsModified+1−1
Index: package/out/command-line/register-app-commands.js
===================================================================
--- package/out/command-line/register-app-commands.js
+++ package/out/command-line/register-app-commands.js
@@ -60,9 +60,9 @@
[TemplateContext.GLOBAL]: 'Global (EAP)',
[TemplateContext.CROSS_CONTEXT]: 'Multiple',
[TemplateContext.AUTOMATION]: 'Automation',
[TemplateContext.DASHBOARDS]: 'Dashboards (EAP)',
- [TemplateContext.CUSTOMER_SERVICE_MANAGEMENT]: 'Customer Service Management (EAP)'
+ [TemplateContext.CUSTOMER_SERVICE_MANAGEMENT]: 'Customer Service Management'
};
exports.CATEGORY_PREDICATES = [
[TemplateCategory.SHOW_ALL, (name) => !!name],
[TemplateCategory.ROVO, (name) => name.includes('rovo')],