Skip to content

Commit

Permalink
feat(sidebar): remove file type restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
feelware committed Nov 23, 2024
1 parent 21f217b commit 5a962e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/pages/Editor/components/ContentSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ const SidebarContent = () => {
</ScrollArea>
<FileButton
onChange={handleFileUpload}
accept="image/png,image/jpeg"
multiple
>
{
Expand Down

0 comments on commit 5a962e0

Please sign in to comment.