Skip to content

Commit cbaf5e3

Browse files
PaoloPiaAJIXuMuK
authored andcommitted
Improved code quality for DynamicForm support of Document Sets
1 parent 4bc634e commit cbaf5e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controls/dynamicForm/DynamicForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ export class DynamicForm extends React.Component<IDynamicFormProps, IDynamicForm
273273

274274
// Set the content type ID for the target item
275275
objects[contentTypeIdField] = contentTypeId;
276-
277276
// Update the just created folder or Document Set
278277
const iur = await library.items.getById(folderId).update(objects);
279278
if (onSubmitted) {

0 commit comments

Comments
 (0)