Migrate FileUpload component and fix uploading files

This commit is contained in:
wvffle 2022-08-03 12:42:03 +00:00 committed by Georg Krause
commit 68f2450c93
10 changed files with 597 additions and 562 deletions

View file

@ -28,6 +28,7 @@ module.exports = {
// NOTE: Handled by typescript
'no-undef': 'off',
'no-redeclare': 'off',
'no-unused-vars': 'off',
'no-use-before-define': 'off',