sales-frontend-components 0.0.268 → 0.0.270
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs.js
CHANGED
|
@@ -3003,6 +3003,7 @@ function JobSearchFavorite({ filteredJobs, onJobSelect }) {
|
|
|
3003
3003
|
salesFrontendDesignSystem.Radio.Item,
|
|
3004
3004
|
{
|
|
3005
3005
|
size: "small",
|
|
3006
|
+
id: `item-radio-${job.occupationIndustryCode}-${index}`,
|
|
3006
3007
|
value: job.occupationIndustryCode,
|
|
3007
3008
|
onChange: () => onJobSelect(job),
|
|
3008
3009
|
className: cx$l("radio-item"),
|