Skip to content
Commit e3f90f4f authored by Olena Horal-Koretska's avatar Olena Horal-Koretska 2️⃣
Browse files

fix(GlDisclosureDropdown): Set unique key id for items

We were using the item.text as `GlDisclosureDropdownItem` key
in v-for iteration. But the `text` prop might not be unique.
Which caused duplicate key issue.
So we're using lodash's `uniqueId` to generate unique key
parent 304e4995
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment