Commit c215c9c8 authored by kushalpandya's avatar kushalpandya

Update as per review

parent e4aac2de
......@@ -100,14 +100,14 @@ export default class ProtectedTagEdit {
type: LEVEL_TYPES.GROUP,
persisted: true,
};
} else {
return {
id: currentItem.id,
access_level: currentItem.access_level,
type: LEVEL_TYPES.ROLE,
persisted: true,
};
}
return {
id: currentItem.id,
access_level: currentItem.access_level,
type: LEVEL_TYPES.ROLE,
persisted: true,
};
});
this[dropdownName].setSelectedItems(itemsToAdd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment