mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
removes tabs from survey form
This commit is contained in:
parent
bc8e19b51d
commit
b41e70f9aa
@ -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 (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user