mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
removes tabs from survey form
This commit is contained in:
@@ -184,7 +184,8 @@ function Template({ setBreadcrumb }) {
|
|||||||
|
|
||||||
const showCardHeader = !(
|
const showCardHeader = !(
|
||||||
location.pathname.endsWith('edit') ||
|
location.pathname.endsWith('edit') ||
|
||||||
location.pathname.includes('schedules/')
|
location.pathname.includes('schedules/') ||
|
||||||
|
location.pathname.includes('survey/')
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user