发布

  • [OPIK-5430] [FE] fix: pass project context when fetching experiments in tag groups (#6040)

    frostbyte_neo 发布于 2026-04-02 08:42:43 +00:00

    When grouping experiments by tags on a project page, the per-group
    experiments query was missing the project_id. The hook derived projectId
    only from explicit filters or group metadata (both absent when grouping by
    tags), ignoring params.projectId supplied by the page.

    Fall back to params.projectId so the scoped endpoint is used and only
    experiments belonging to the current project are returned.

    下载附件