mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-23 01:03:35 -05:00
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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user