Skip to content

Commit 1e18c05

Browse files
committed
Code Update
1 parent 5f912c4 commit 1e18c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/listItemAttachments/ListItemAttachments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Label } from "office-ui-fabric-react/lib/Label";
77
import { Link } from 'office-ui-fabric-react/lib/Link';
88
import * as strings from 'ControlStrings';
99
import styles from './ListItemAttachments.module.scss';
10-
import { UploadAttachment } from './uploadAttachment';
10+
import { UploadAttachment} from './UploadAttachment'
1111
import { IListItemAttachmentFile } from './IListItemAttachmentFile';
1212
import {
1313
DocumentCard,

0 commit comments

Comments
 (0)