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 5f912c4 commit 1e18c05Copy full SHA for 1e18c05
src/controls/listItemAttachments/ListItemAttachments.tsx
@@ -7,7 +7,7 @@ import { Label } from "office-ui-fabric-react/lib/Label";
7
import { Link } from 'office-ui-fabric-react/lib/Link';
8
import * as strings from 'ControlStrings';
9
import styles from './ListItemAttachments.module.scss';
10
-import { UploadAttachment } from './uploadAttachment';
+import { UploadAttachment} from './UploadAttachment'
11
import { IListItemAttachmentFile } from './IListItemAttachmentFile';
12
import {
13
DocumentCard,
0 commit comments