Skip to content

Commit 66e8f88

Browse files
authored
log: added log for event (#1552)
1 parent e253a65 commit 66e8f88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/people/widgetViews/workspace/EditWorkspaceModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ const EditWorkspaceModal = (props: EditWorkspaceModalProps) => {
261261
const isWorkspaceAdmin = props.org?.owner_pubkey === ui.meInfo?.owner_pubkey;
262262

263263
const handleFileInputChange = (e: ChangeEvent<HTMLInputElement>) => {
264+
console.log('Event files:', e.target.files);
264265
const file = e.target.files && e.target.files[0];
265266
if (file) {
266267
console.log('File:', {

0 commit comments

Comments
 (0)