Skip to content

Commit

Permalink
Merge branch 'dev' into users/csigs/hb_452267ed-f3ea-4b18-a9d2-7c2ed1…
Browse files Browse the repository at this point in the history
…7cef14_20241001130621803
  • Loading branch information
shimedh authored Oct 1, 2024
2 parents ac247fd + f7a689f commit caf47a9
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 caf47a9

Please sign in to comment.