Merge pull request #10580 from AlexSCorey/10499-fix

Removes tabs from survey form

SUMMARY
Resolves #10499
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

UI

AWX VERSION
ADDITIONAL INFORMATION

Reviewed-by: Kersom <None>
Reviewed-by: Sarah Akus <sakus@redhat.com>
This commit is contained in:
softwarefactory-project-zuul[bot]
2021-07-15 15:46:23 +00:00
committed by GitHub

View File

@@ -184,7 +184,8 @@ function Template({ setBreadcrumb }) {
const showCardHeader = !(
location.pathname.endsWith('edit') ||
location.pathname.includes('schedules/')
location.pathname.includes('schedules/') ||
location.pathname.includes('survey/')
);
return (