Update chromedash-feature-detail.js

This commit is contained in:
Daniel Smith 2023-09-18 08:49:21 -07:00
Родитель e78ed6bab1
Коммит b442dfd495
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -592,7 +592,7 @@ class ChromedashFeatureDetail extends LitElement {
// Show any buttons that should be displayed at the top of the detail card.
let addExtensionButton = nothing;
let editButton = nothing;
const trialButton = renderOriginTrialButton(feStage);
const trialButton = this.renderOriginTrialButton(feStage);
if (this.canEdit && STAGE_TYPES_ORIGIN_TRIAL.has(feStage.stage_type)) {
// Button text changes based on whether or not an extension stage already exists.
const extensionAlreadyExists = (feStage.extensions && feStage.extensions.length > 0);