Skip to content

Commit

Permalink
no more todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef552 committed Oct 23, 2024
1 parent 38ab703 commit b45f9e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/view/UploadButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ const UploadButton: React.FC<OpenedDocs> = (props) => {
files: FileList;
};

//TODO der überprüft ja momentan noch nicht wirklich, ob das eine .tck Datei ist...
if (!inputElem.files[0] || !inputElem.files[0].name.endsWith('.tck')) {
console.log('Invalid or no File');
return;
Expand Down Expand Up @@ -302,7 +301,6 @@ const UploadButton: React.FC<OpenedDocs> = (props) => {
inputElem.value = '';
};

//TODO hier noch das "Upload file" in diese Localization file tun
return (
<label htmlFor="uploadFile">
<Button variant="contained" component="label">
Expand Down

0 comments on commit b45f9e7

Please sign in to comment.