chore: upgraded frappe ui and made relevant changes

This commit is contained in:
Jannat Patel
2025-09-25 16:46:29 +05:30
parent 8ea903b81a
commit 24b2125b97
14 changed files with 506 additions and 413 deletions

View File

@@ -594,6 +594,11 @@ const articles = ref([
{ name: 'create-a-live-class', title: __('Create a live class') },
],
},
{
title: __('Learning Paths'),
opened: false,
subArticles: [{ name: 'add-a-program', title: __('Add a program') }],
},
{
title: __('Assessments'),
opened: false,