Skip to content

Commit 596d7cc

Browse files
committed
Address review comments - remove extra space, fix indentation
1 parent add1b11 commit 596d7cc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
import { EuiSuperSelect } from "@elastic/eui";
1+
import { EuiSuperSelect } from "@elastic/eui";
22

33
export const DockerRegistryPopover = ({ value, registryOptions, onChange }) => {
4+
45
return (
56
<EuiSuperSelect
6-
fullWidth
7-
options={registryOptions}
8-
valueOfSelected={value}
9-
itemLayoutAlign="top"
10-
onChange={onChange}
11-
isInvalid={false}
12-
/>
7+
fullWidth
8+
options={registryOptions}
9+
valueOfSelected={value}
10+
itemLayoutAlign="top"
11+
onChange={onChange}
12+
/>
1313
);
1414
};

0 commit comments

Comments
 (0)