Disable attachmentInput when file is attached (with tests this time)

This commit is contained in:
richard-dds
2019-08-30 11:30:22 -04:00
parent c5284fd8f9
commit 83ca303e1f
3 changed files with 39 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ class AwsUploader {
}
}
class MockUploader {
export class MockUploader {
constructor(token, objectName) {
this.token = token
this.objectName = objectName