From 3e82db4dec30c04b426d4dfd9b157325014fbdaf Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Fri, 24 Nov 2023 15:54:32 +0800 Subject: [PATCH] update groupTitle combo --- src/utils/ComboData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ComboData.js b/src/utils/ComboData.js index e2616df..f49361d 100644 --- a/src/utils/ComboData.js +++ b/src/utils/ComboData.js @@ -53,7 +53,7 @@ export const publicNoticeStatic_GLD = [ export const groupTitle = [ { key: 1, labelCht: 'A1 - 私人帳單', label: 'A1 - Private Bill', title: 'Private Bill', type: 'A'}, - { key: 2, labelCht: 'A2 - 公司條例', label: 'A2 - Companies Ordinance', title: 'Companies Ordinance', type: 'A'}, + { key: 2, labelCht: 'A2 - ???', label: 'A2 - Stock Shares', title: 'Stock Shares', type: 'A'}, { key: 3, labelCht: 'B - 公司條例', label: 'B - Companies Ordinance', title: 'Companies Ordinance', type: 'B' }, { key: 4, labelCht: 'C - 高等法院', label: 'C - High Court', title: 'High Court', type: 'C' }, { key: 5, labelCht: 'D - 通知', label: 'D - Notices', title: 'Notices', type: 'D' },