aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/loaders/progress-bar.fixture.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a label to progress barArmand Philippot2022-06-071-0/+5
The progress element is a form element, so a label is required to be accessible. Since I'm not using it without label, I transform the optional info parameter to a mandatory label parameter.