1
0
Fork 0
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:
Sonja Happ 2020-06-23 11:28:08 +02:00
parent b009124882
commit ea5311a43b

View file

@ -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
}