Skip to content

Commit eb26221

Browse files
committed
Removed code from other branch
1 parent b01588e commit eb26221

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/controls/dynamicForm/DynamicForm.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,10 +1204,6 @@ export class DynamicForm extends React.Component<
12041204
hiddenName = field.HiddenListInternalName;
12051205
termSetId = field.TermSetId;
12061206
anchorId = field.AnchorId;
1207-
if (item && item[field.InternalName] && item[field.InternalName].hasOwnProperty('__metadata') && item[field.InternalName].hasOwnProperty('results')) {
1208-
// Some combinations of included packages cause the returned data to be placed in a 'results' sub-property after compilation.
1209-
item[field.InternalName] = item[field.InternalName]['results'];
1210-
}
12111207
if (item && item[field.InternalName]) {
12121208
item[field.InternalName].forEach((element) => {
12131209
selectedTags.push({

0 commit comments

Comments
 (0)