diff --git a/web/src/pages/user-setting/data-source/index.tsx b/web/src/pages/user-setting/data-source/index.tsx index 0e1788a37..a738ce447 100644 --- a/web/src/pages/user-setting/data-source/index.tsx +++ b/web/src/pages/user-setting/data-source/index.tsx @@ -49,6 +49,8 @@ const dataSourceTemplates = [ name: DataSourceInfo[DataSourceKey.MOODLE].name, description: DataSourceInfo[DataSourceKey.MOODLE].description, icon: DataSourceInfo[DataSourceKey.MOODLE].icon, + }, + { id: DataSourceKey.JIRA, name: DataSourceInfo[DataSourceKey.JIRA].name, description: DataSourceInfo[DataSourceKey.JIRA].description,