mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
remove unused comment from template lists
This commit is contained in:
@@ -140,7 +140,6 @@ function DashboardTemplateList({ i18n }) {
|
||||
jtActions && Object.prototype.hasOwnProperty.call(jtActions, 'POST');
|
||||
const canAddWFJT =
|
||||
wfjtActions && Object.prototype.hasOwnProperty.call(wfjtActions, 'POST');
|
||||
// spreading Set() returns only unique keys
|
||||
const addButtonOptions = [];
|
||||
|
||||
if (canAddJT) {
|
||||
|
||||
@@ -134,7 +134,6 @@ function TemplateList({ i18n }) {
|
||||
jtActions && Object.prototype.hasOwnProperty.call(jtActions, 'POST');
|
||||
const canAddWFJT =
|
||||
wfjtActions && Object.prototype.hasOwnProperty.call(wfjtActions, 'POST');
|
||||
// spreading Set() returns only unique keys
|
||||
const addButtonOptions = [];
|
||||
|
||||
if (canAddJT) {
|
||||
|
||||
Reference in New Issue
Block a user