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

This reverts commit 9cebe5f9ba.
This commit is contained in:
JustinKol
2024-02-21 13:30:04 -05:00
committed by GitHub
parent 12366bb645
commit 5a64fc2582
2 changed files with 1 additions and 9 deletions

View File

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