From 9b77db789b6647b2b417ff02dd12a4f86b5d8d8b Mon Sep 17 00:00:00 2001 From: Long Hao Date: Thu, 17 Oct 2024 14:07:47 +0800 Subject: [PATCH] Revert "fix: add previe w tag" This reverts commit 51384c8fe1f11cced94b496961a265fafe7b6fba. --- packages/fx-core/src/question/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/fx-core/src/question/constants.ts b/packages/fx-core/src/question/constants.ts index 38c6379099..716203e47d 100644 --- a/packages/fx-core/src/question/constants.ts +++ b/packages/fx-core/src/question/constants.ts @@ -730,7 +730,6 @@ export class CapabilityOptions { detail: getLocalizedString( "core.createProjectQuestion.projectType.declarativeCopilot.detail" ), - description: getLocalizedString("core.createProjectQuestion.option.description.preview"), }; }