fix: added capturing leads doc link in help center
This commit is contained in:
parent
fe4e97da80
commit
0fa0ae1326
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user