Adding CESCVA feedback button (#1736)

* Adding CESCVA feedback button

* Feedback message logic added
This commit is contained in:
JustinKol
2024-02-20 13:00:31 -05:00
committed by GitHub
parent 5d80ecb462
commit 9cebe5f9ba
2 changed files with 9 additions and 1 deletions

View File

@@ -236,7 +236,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,