mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05:00
Pass empty params to launch endpoint rather than null to alleviate 400 error when launching a JT with default creds.
This commit is contained in:
@@ -71,7 +71,7 @@ class LaunchButton extends React.Component {
|
||||
const { data: launchConfig } = await readLaunch;
|
||||
|
||||
if (canLaunchWithoutPrompt(launchConfig)) {
|
||||
this.launchWithParams(null);
|
||||
this.launchWithParams({});
|
||||
} else {
|
||||
this.setState({
|
||||
showLaunchPrompt: true,
|
||||
|
||||
Reference in New Issue
Block a user