mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
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:
parent
943543354a
commit
edb4dac652
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user