Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 292ce2c

Browse files
authored
fix dropdown UI in job transfer (#5088)
* fix * fix
1 parent 0d1574d commit 292ce2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webportal/src/app/job/job-view/fabric/job-transfer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ const JobTransferPage = () => {
302302
<Stack className={styles.item}>
303303
<Stack horizontal gap={10}>
304304
<Label required>Transfer to</Label>
305-
<StackItem grow>
305+
<Stack grow>
306306
<Dropdown
307307
placeholder={'select a bounded cluster'}
308308
selectedKey={selectedCluster}
@@ -315,7 +315,7 @@ const JobTransferPage = () => {
315315
return options;
316316
})()}
317317
/>
318-
</StackItem>
318+
</Stack>
319319
</Stack>
320320
</Stack>
321321
<Stack className={styles.item}>

0 commit comments

Comments
 (0)