Skip to content

Commit

Permalink
Set up FileSystem/
Browse files Browse the repository at this point in the history
  • Loading branch information
chetbae committed Jun 15, 2023
1 parent 8f41343 commit e645720
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 3 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
3 changes: 0 additions & 3 deletions src/Dashboard/UploadArea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import { ModalWindow, ModalWindowView } from '../utils/ModalWindow';
import { handleUploadAllDocuments, handleMakePair } from './UploadManager';
import { updateDocumentSelector } from './DocumentSelector';



export function InitUploadArea(): void {

// generate modal window
const modalWindow = new ModalWindow();
modalWindow.setModalWindowView(ModalWindowView.DOCUMENT_UPLOAD);
Expand Down

0 comments on commit e645720

Please sign in to comment.