Skip to content

Commit

Permalink
Merge pull request #76 from carfup/release
Browse files Browse the repository at this point in the history
Release 1.3.3.1
  • Loading branch information
carfup authored Nov 10, 2020
2 parents 217e6a8 + 366b43d commit 4ae4a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuickEditForm/QuickEditForm/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="Carfup" constructor="QuickEditForm" version="0.0.239" display-name-key="Carfup.QuickEditForm" description-key="QuickEditForm allows you to edit data from a lookup record using a Quick View Form definition as enty form." control-type="standard" preview-image="img/preview.png">
<control namespace="Carfup" constructor="QuickEditForm" version="0.0.240" display-name-key="Carfup.QuickEditForm" description-key="QuickEditForm allows you to edit data from a lookup record using a Quick View Form definition as enty form." control-type="standard" preview-image="img/preview.png">
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
<property name="FieldToAttachControl" display-name-key="FieldToAttachControl" description-key="Property_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true" />
<property name="QuickViewFormId" display-name-key="QuickViewFormId" description-key="GUID of the Quick View Form to render" of-type="SingleLine.Text" usage="input" required="true" />
Expand Down
2 changes: 1 addition & 1 deletion QuickEditForm/QuickEditForm/components/ToggleControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class ToggleControl extends React.Component<IToggleProps, IToggl
onChange={this.onChange}
role="checkbox"
disabled={this.props.disabled}
style={{width:"100%"}}
// style={{width:"100%"}}
/>
</Stack.Item>
</Stack>
Expand Down

0 comments on commit 4ae4a22

Please sign in to comment.