mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
remove todos
This commit is contained in:
parent
b009124882
commit
ea5311a43b
1 changed files with 0 additions and 4 deletions
|
@ -65,7 +65,6 @@ class EditFilesDialog extends React.Component {
|
|||
});
|
||||
|
||||
this.setState({ uploadFile: null });
|
||||
// TODO make sure that dialog remains open after clicking "Upload" button
|
||||
};
|
||||
|
||||
updateUploadProgress = (event) => {
|
||||
|
@ -93,9 +92,6 @@ class EditFilesDialog extends React.Component {
|
|||
data: file,
|
||||
token: this.props.sessionToken
|
||||
});
|
||||
|
||||
// TODO make sure that dialog remains open after clicking delete button
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue