File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/controls/listItemAttachments Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ import { IListItemAttachmentsState } from '.';
22
22
import SPservice from "../../services/SPService" ;
23
23
import { TooltipHost , DirectionalHint } from 'office-ui-fabric-react/lib/Tooltip' ;
24
24
import utilities from './utilities' ;
25
-
26
-
27
25
export class ListItemAttachments extends React . Component < IListItemAttachmentsProps , IListItemAttachmentsState > {
28
26
private _spservice : SPservice ;
29
27
private previewImages : IDocumentCardPreviewImage [ ] ;
@@ -148,10 +146,10 @@ export class ListItemAttachments extends React.Component<IListItemAttachmentsPro
148
146
isBlocking = { true } >
149
147
< DialogFooter >
150
148
{
151
- this . state . deleteAttachment ? ( < PrimaryButton onClick = { this . _onConfirmedDeleteAttachment } > { strings . dialogOKbuttonLabelOnDelete } </ PrimaryButton > ) : ""
149
+ this . state . deleteAttachment ? ( < PrimaryButton onClick = { this . _onConfirmedDeleteAttachment } > { strings . ListItemAttachmentsdialogOKbuttonLabelOnDelete } </ PrimaryButton > ) : ""
152
150
}
153
151
{
154
- this . state . deleteAttachment ? ( < DefaultButton onClick = { this . _closeDialog } > { strings . dialogCancelButtonLabel } </ DefaultButton > ) : < PrimaryButton onClick = { this . _closeDialog } > { strings . dialogOKbuttonLabel } </ PrimaryButton >
152
+ this . state . deleteAttachment ? ( < DefaultButton onClick = { this . _closeDialog } > { strings . ListItemAttachmentsdialogCancelButtonLabel } </ DefaultButton > ) : < PrimaryButton onClick = { this . _closeDialog } > { strings . ListItemAttachmentsdialogOKbuttonLabel } </ PrimaryButton >
155
153
}
156
154
</ DialogFooter >
157
155
</ Dialog >
Original file line number Diff line number Diff line change
1
+ export * from '../IUploadAttachmentProps' ;
2
+ export * from '../IUploadAttachmentState' ;
3
+ export * from '../IListItemAttachmentFile' ;
4
+ export * from '../UploadAttachment' ;
You can’t perform that action at this time.
0 commit comments