Skip to content

Commit 3286569

Browse files
authored
feat: Update Popup.tsx with new url [MIM-2457] (#3530)
MIM-2457 - Update Popup.tsx with new url MIM-2457 - Update Popup.tsx with new url for yearly user survey in Microsoft Forms.
1 parent 98ab164 commit 3286569

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/react4xp/_entries

1 file changed

+1
-1
lines changed

src/main/resources/react4xp/_entries/Popup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const Popup = () => {
8282
const handlePrimaryButtonClick = () => {
8383
closePopup()
8484
window.open(
85-
'https://forms.office.com/Pages/ResponsePage.aspx?id=knAhx0CyHU69YfqXupdcvJkAFGNmKDFCsjsXHsjRxlJUNjkzSVZRVDdaOFpEWlJOOE1PNUJLMVdFMS4u&embed=true',
85+
'https://forms.office.com/Pages/ResponsePage.aspx?id=knAhx0CyHU69YfqXupdcvJkAFGNmKDFCsjsXHsjRxlJUMTlHVlA3R1JLTTIzRzROVEJZR1FSMUMwRi4u&embed=true',
8686
'_blank',
8787
'noopener,noreferrer'
8888
)

0 commit comments

Comments
 (0)