-
[NA][FE] fix tags column name collision in dataset items (#4119)
发布于
2025-11-19 08:39:04 +00:00 -
fix tags column name collision in dataset items
-
Revision 15: Use constant for dataset item data prefix
Per PR feedback from @JetoPistola:
- Created new constant DATASET_ITEM_DATA_PREFIX in constants/datasets.ts
- Instead of reusing EXPERIMENT_ITEM_DATASET_PREFIX, created a dedicated constant
- This provides better separation and makes the codebase more maintainable
- Updated DatasetItemsPage.tsx to import and use the new constant
Changed from hardcoded 'data.' to using DATASET_ITEM_DATA_PREFIX constant.
下载附件
-