Skip to content

Commit

Permalink
Removed code from other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
IRRDC committed Jul 11, 2024
1 parent b01588e commit eb26221
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/controls/dynamicForm/DynamicForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1204,10 +1204,6 @@ export class DynamicForm extends React.Component<
hiddenName = field.HiddenListInternalName;
termSetId = field.TermSetId;
anchorId = field.AnchorId;
if (item && item[field.InternalName] && item[field.InternalName].hasOwnProperty('__metadata') && item[field.InternalName].hasOwnProperty('results')) {
// Some combinations of included packages cause the returned data to be placed in a 'results' sub-property after compilation.
item[field.InternalName] = item[field.InternalName]['results'];
}
if (item && item[field.InternalName]) {
item[field.InternalName].forEach((element) => {
selectedTags.push({
Expand Down

0 comments on commit eb26221

Please sign in to comment.