Skip to content

Commit

Permalink
fwr
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jul 30, 2024
1 parent 7e63e79 commit a968bda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ build

.generated
.github

.coverage
5 changes: 3 additions & 2 deletions packages/toolpad-studio-components/src/FilePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ function FilePicker({ multiple, value, onChange, isRequired, ...rest }: FilePick
})}
slotProps={{
htmlInput: { multiple },
inputLabel: { shrink: true }
}} />,
inputLabel: { shrink: true },
}}
/>,
);
}

Expand Down

0 comments on commit a968bda

Please sign in to comment.