From 21f3cad8df1e196d59eb7b53cf306dc4e28211e9 Mon Sep 17 00:00:00 2001 From: Jingjing <8jjxie@gmail.com> Date: Thu, 18 Dec 2025 14:36:03 +0100 Subject: [PATCH] fix: flag name typo --- apis/nucleus/src/components/selections/SelectedFields.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/nucleus/src/components/selections/SelectedFields.jsx b/apis/nucleus/src/components/selections/SelectedFields.jsx index a7d6d4f6b..9bfd9e4bc 100644 --- a/apis/nucleus/src/components/selections/SelectedFields.jsx +++ b/apis/nucleus/src/components/selections/SelectedFields.jsx @@ -77,7 +77,7 @@ export default function SelectedFields({ api, app, halo }) { const [maxItems, setMaxItems] = useState(0); const flags = halo.public.galaxy?.flags; const isPinFieldEnabled = flags?.isEnabled('TLV_1394_PIN_FIELD_TO_TOOLBAR'); - const isRefactoringEnabled = flags?.isEnabled('TTLV_1394_REFACTORING_SELECTIONS'); + const isRefactoringEnabled = flags?.isEnabled('TLV_1394_REFACTORING_SELECTIONS'); const isInListboxPopover = () => { const { model } = modalObjectStore.get(app.id) || {};