Skip to content

Commit

Permalink
[DC] Differentiate feedback between FunctionApp and AppService Deploy…
Browse files Browse the repository at this point in the history
…mentCenter (#7838)

Co-authored-by: yoonaoh <yoonaoh@microsoft.com>
  • Loading branch information
yoonaoh and johmsft authored Oct 1, 2024
1 parent c64933e commit f7a689f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const DeploymentCenterCommandBar: React.FC<DeploymentCenterCommandBarProps> = pr
};

const openFeedbackBlade = () => {
const featureName = 'DeploymentCenter';
const featureName = siteStateContext?.isFunctionApp ? 'FunctionAppDeploymentCenter' : 'AppServiceDeploymentCenter';
portalContext.openBlade({
detailBlade: 'InProductFeedbackBlade',
extension: 'HubsExtension',
Expand Down

0 comments on commit f7a689f

Please sign in to comment.