mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
removes tabs from survey form
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