Skip to content

Commit

Permalink
Fixes #36892 - Pass host results to REX slot
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylenz committed Nov 8, 2023
1 parent 108aed5 commit 519f91a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ const HostsIndex = () => {
<SplitItem>
<Slot
id="_all-hosts-schedule-a-job"
hostSearch={selectedCount && fetchBulkParams()}
hostSearch={selectedCount ? fetchBulkParams() : null}
hostResponse={response}
selectedCount={selectedCount}
/>
</SplitItem>
Expand Down

0 comments on commit 519f91a

Please sign in to comment.