thiagoelg commented on code in PR #2863:
URL:
https://github.com/apache/incubator-kie-tools/pull/2863#discussion_r1920164820
##########
packages/online-editor/src/editor/Toolbar/GitIntegration/GitIntegrationAlerts.tsx:
##########
@@ -225,12 +225,12 @@ export function useGitIntegrationAlerts(workspace:
ActiveWorkspace) {
const successfullyCreatedGistOrSnippetAlert = useGlobalAlert(
useCallback(
- ({ close }) => {
+ ({ close }, staticArgs?: { url: string }) => {
Review Comment:
Could you add this to all gist related alerts here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]