Skip to content

fix (ui): implement project alias for chat history instead of project name

Lasha Kakabadze requested to merge replace-name-with-alias into master

Description

Previously, on the history page, we were passing the project name instead of its alias, resulting in a 404 error. This update resolves the issue by ensuring the correct parameter is passed.

Related issue

Examples

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED

Merge request reports