From c154545a45eb6a575a7560adc7d82911c55dd051 Mon Sep 17 00:00:00 2001 From: Levi <81591061+levischd@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:20:11 +0100 Subject: [PATCH] Fix formatting issue --- web/src/pages/user-setting/data-source/index.tsx | 2 ++ 1 file changed, 2 insertions(+) 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,