We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e253a65 commit 66e8f88Copy full SHA for 66e8f88
src/people/widgetViews/workspace/EditWorkspaceModal.tsx
@@ -261,6 +261,7 @@ const EditWorkspaceModal = (props: EditWorkspaceModalProps) => {
261
const isWorkspaceAdmin = props.org?.owner_pubkey === ui.meInfo?.owner_pubkey;
262
263
const handleFileInputChange = (e: ChangeEvent<HTMLInputElement>) => {
264
+ console.log('Event files:', e.target.files);
265
const file = e.target.files && e.target.files[0];
266
if (file) {
267
console.log('File:', {
0 commit comments