Skip to content

Commit 0916fd0

Browse files
committed
[client] fix file uploads from ui
1 parent bde0b1f commit 0916fd0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

client/views/components/space/main.ejs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@
155155
});
156156
location.reload();
157157
});
158-
fileitems.addEventListener('change', (e) => {
159-
// Submit the form just as the file is uploaded.
160-
e.target.form.submit();
161-
});
162158
</script>
163159
</div>
164160
</div>

0 commit comments

Comments
 (0)