Skip to content

Commit

Permalink
feat(pci-public-ip): add inline props for select
Browse files Browse the repository at this point in the history
ref: DTCORE-2810
Signed-off-by: Yoann Fievez <[email protected]>
  • Loading branch information
kqesar committed Dec 18, 2024
1 parent 66549d1 commit dad8b3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const FloatingSteps = ({
</div>
<OsdsSelect
className="mb-4"
inline
required
value={form.instance?.id}
onOdsValueChange={(event) => {
Expand Down Expand Up @@ -134,6 +135,7 @@ export const FloatingSteps = ({
</div>
<OsdsSelect
required
inline
value={form.ipAddress?.ip}
onOdsValueChange={(event) => {
setForm({
Expand Down

0 comments on commit dad8b3c

Please sign in to comment.