Skip to content

Commit

Permalink
πŸ› Fixed multiple upload in add more
Browse files Browse the repository at this point in the history
  • Loading branch information
ambujraj committed May 22, 2024
1 parent 5924766 commit 252fdcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/(pages)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ export default function Home() {
ref={fileAddRef}
style={{ display: 'none' }}
onChange={handleAddFile}
multiple
/>
{/* <div className="absolute inset-0">
<Image
Expand Down

0 comments on commit 252fdcc

Please sign in to comment.