We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d91645 commit f0381c4Copy full SHA for f0381c4
2 files changed
.npmrc
@@ -1 +1 @@
1
-package-lock=false
+package-lock=false
src/components/DownloadImageDialog/ImageForm.tsx
@@ -382,7 +382,6 @@ export const ImageForm = memo(function ImageForm({
382
onChange={(_event, ver) => {
383
handleVersionChange(ver);
384
}}
385
- placeholder="Choose a version..."
386
renderOption={(props, option) => (
387
<Box component="li" {...props}>
388
<VersionSelectItem
@@ -394,6 +393,7 @@ export const ImageForm = memo(function ImageForm({
394
393
renderInput={({ InputProps, ...params }) => (
395
<TextField
396
{...params}
+ placeholder="Choose a version..."
397
slotProps={{
398
input: {
399
...InputProps,
0 commit comments