Skip to content

Replaces string project id with numeric

What does this MR do and why?

Fixes the console error for the Project Selector > Project list item stories.

The component expects project.id to be a numeric value, not a string.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshot_2024-07-11_at_14.37.14

How to set up and validate locally

  1. Start gitlab storybook yarn storybook:start
  2. Navigate to Project Selector > `Project list item
Edited by Ezekiel Kigbo

Merge request reports