Skip to content

Commit 3ef5f7f

Browse files
Delete lines for tesing - Dynamic form
1 parent bac1622 commit 3ef5f7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webparts/controlsTest/components/ControlsTest.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ export default class ControlsTest extends React.Component<IControlsTestProps, IC
845845
<div className={styles.controlsTest}>
846846
<div className="ms-font-m">
847847
{/* Change the list Id and list item id before you start to test this control */}
848-
<DynamicForm disabledFields={["TCorpDocumentType", "TCorpOrganisation", "TCorpPortalType", "TCorpReportType"]} context={this.props.context} contentTypeId="0x01010026CA1D190AC5324FBDB0BAD58CFAB19B0600862ABFDFDFDA2C42BC8301545D71FA46" listId={"c07d454d-6a5b-4182-b34b-501fb037fa78"} listItemId={24} onCancelled={() => { console.log('Cancelled'); }} onSubmitted={async (listItem) => { let itemdata = await listItem.get(); console.log(itemdata["ID"]); }}></DynamicForm>
849848
</div>
850849
<WebPartTitle displayMode={this.props.displayMode}
851850
title={this.props.title}

0 commit comments

Comments
 (0)