1
0
forked from test/crm

fix: added capturing leads doc link in help center

This commit is contained in:
Shariq Ansari 2025-03-24 17:33:37 +05:30
parent fe4e97da80
commit 0fa0ae1326

View File

@ -514,6 +514,13 @@ const articles = ref([
{ name: 'email-template', title: __('Email template') },
],
},
{
title: __('Capturing leads'),
opened: false,
subArticles: [
{ name: 'web-form', title: __('Web form') },
],
},
{
title: __('Views'),
opened: false,