mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Fix unit-test styling warning
Fix unit-test styling warning.
```console.error
Warning: Unsupported style property white-space. Did you mean
whiteSpace?
```
This commit is contained in:
@@ -87,7 +87,7 @@ function AdHocCommandsWizard({
|
|||||||
<AdHocExecutionEnvironmentStep organizationId={organizationId} />
|
<AdHocExecutionEnvironmentStep organizationId={organizationId} />
|
||||||
),
|
),
|
||||||
// Removed this line when https://github.com/patternfly/patternfly-react/issues/5729 is fixed
|
// Removed this line when https://github.com/patternfly/patternfly-react/issues/5729 is fixed
|
||||||
stepNavItemProps: { style: { 'white-space': 'nowrap' } },
|
stepNavItemProps: { style: { whiteSpace: 'nowrap' } },
|
||||||
enableNext: true,
|
enableNext: true,
|
||||||
nextButtonText: t`Next`,
|
nextButtonText: t`Next`,
|
||||||
canJumpTo: currentStepId >= 2,
|
canJumpTo: currentStepId >= 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user