Revert "Revert "Adding CESCVA feedback button (#1736)" (#1753)" (#1759)

This reverts commit 5a64fc2582.
This commit is contained in:
JustinKol
2024-03-04 17:19:12 -05:00
committed by GitHub
parent b480c635ca
commit 932f211038
2 changed files with 9 additions and 1 deletions

View File

@@ -240,7 +240,7 @@ export function createControlCommandBarButtons(container: Explorer): CommandButt
const feedbackButtonOptions: CommandButtonComponentProps = {
iconSrc: FeedbackIcon,
iconAlt: label,
onCommandClick: () => container.provideFeedbackEmail(),
onCommandClick: () => container.openCESCVAFeedbackBlade(),
commandButtonLabel: undefined,
ariaLabel: label,
tooltipText: label,