diff --git a/awx/ui_next/src/components/LaunchButton/LaunchButton.jsx b/awx/ui_next/src/components/LaunchButton/LaunchButton.jsx index 878945f8d8..1d232f0a87 100644 --- a/awx/ui_next/src/components/LaunchButton/LaunchButton.jsx +++ b/awx/ui_next/src/components/LaunchButton/LaunchButton.jsx @@ -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,