We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da22fef commit 360dbdcCopy full SHA for 360dbdc
src/controls/listItemAttachments/ListItemAttachments.tsx
@@ -194,6 +194,7 @@ export class ListItemAttachments extends React.Component<IListItemAttachmentsPro
194
iconText={strings.ListItemAttachmentslPlaceHolderIconText}
195
description={strings.ListItemAttachmentslPlaceHolderDescription}
196
buttonLabel={strings.ListItemAttachmentslPlaceHolderButtonLabel}
197
+ hideButton={this.props.disabled}
198
onConfigure={() => this.setState({ fireUpload: true })} />
199
:
200
0 commit comments