Skip to content

Commit f0381c4

Browse files
committed
squash me
1 parent 3d91645 commit f0381c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package-lock=false
1+
package-lock=false

src/components/DownloadImageDialog/ImageForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ export const ImageForm = memo(function ImageForm({
382382
onChange={(_event, ver) => {
383383
handleVersionChange(ver);
384384
}}
385-
placeholder="Choose a version..."
386385
renderOption={(props, option) => (
387386
<Box component="li" {...props}>
388387
<VersionSelectItem
@@ -394,6 +393,7 @@ export const ImageForm = memo(function ImageForm({
394393
renderInput={({ InputProps, ...params }) => (
395394
<TextField
396395
{...params}
396+
placeholder="Choose a version..."
397397
slotProps={{
398398
input: {
399399
...InputProps,

0 commit comments

Comments
 (0)