diff --git a/src/modules/fileattachments/file-drop.component.html b/src/modules/fileattachments/file-drop.component.html index 8fdc90b42..03c0e27fa 100644 --- a/src/modules/fileattachments/file-drop.component.html +++ b/src/modules/fileattachments/file-drop.component.html @@ -1,4 +1,4 @@ -
+
+ + diff --git a/src/modules/fileattachments/fixtures/file-drop.component.visual-fixture.ts b/src/modules/fileattachments/fixtures/file-drop.component.visual-fixture.ts index 831d54053..1c71c2820 100644 --- a/src/modules/fileattachments/fixtures/file-drop.component.visual-fixture.ts +++ b/src/modules/fileattachments/fixtures/file-drop.component.visual-fixture.ts @@ -27,6 +27,8 @@ class AppComponent { public acceptedTypes: Array; + public allowLinks: boolean = true; + constructor() { this.filesToUpload = []; this.rejectedFiles = [];