feat(dashboard): ✨ Add Digital Product Payment template
This commit is contained in:
@ -10,6 +10,11 @@ export const templates: TemplateProps[] = [
|
||||
{ name: 'Customer Support', emoji: '😍', fileName: 'customer-support.json' },
|
||||
{ name: 'Quiz', emoji: '🕹️', fileName: 'quiz.json' },
|
||||
{ name: 'Lead Scoring', emoji: '🏆', fileName: 'lead-scoring.json' },
|
||||
{
|
||||
name: 'Digital Product Payment',
|
||||
emoji: '🖼️',
|
||||
fileName: 'digital-product-payment.json',
|
||||
},
|
||||
{
|
||||
name: 'FAQ',
|
||||
emoji: '💬',
|
||||
|
Reference in New Issue
Block a user