scc-digitalhub / digitalhub-console

Apache License 2.0
0 stars 0 forks source link

Stop propagation for button with dialog #65

Closed chin8 closed 3 months ago

chin8 commented 3 months ago

add onclick const handleClick = useCallback(e => { e.stopPropagation(); }, []);

chin8 commented 3 months ago

branch fixing button propagation con dialog click error