You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected duplicate quick links are created when rapidly clicking the "Create your Link" button in quick succession.
Expected Behavior:
Only a single quick link should be created, regardless of how many times the "Create" button is clicked in quick succession.
Suggested Solution:
Implement debouncing logic to handle rapid clicks on the "Create your link" button. Ideally, this should be applied to all buttons across the interface to prevent duplicate actions.