-
[OPIK-3777] [FE] Fix pagination size bug when adding tags to dataset items (#4705)
发布于
2026-01-12 09:55:26 +00:00 Remove the logic that forced page size to 100 in draft mode. This was causing the pagination size to change unexpectedly when users added tags to individual dataset items.
The effectiveSize calculation that checked for draft mode and default size (10) has been removed, and the component now always uses the user's selected page size directly.
Co-authored-by: GitHub Actions Bot github-actions@comet.com
下载附件