Skip to content

Commit

Permalink
fix: prettier styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tonai committed Feb 21, 2025
1 parent 0500068 commit ec9c7b7
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,7 @@ const DatasheetList: FC<DatasheetListProps> = ({ datastoreId }) => {
allowEmptySearch={true}
big
renderInput={({ className, id, placeholder, type }) => (
<input
className={className}
id={id}
placeholder={placeholder}
type={type}
disabled={isLoading}
/>
<input className={className} id={id} placeholder={placeholder} type={type} disabled={isLoading} />
)}
/>
</div>
Expand Down

0 comments on commit ec9c7b7

Please sign in to comment.