Skip to content

Commit 9d35bb8

Browse files
committed
fixup! fixup! feat(ui): add connectors modal
Signed-off-by: Petr Bulánek <bulanek.petr@gmail.com>
1 parent e1175aa commit 9d35bb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/agentstack-ui/src/modules/connectors/hooks/useConnectors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const authorizeOauth = (
2626
const timer = setInterval(() => {
2727
if (popup.closed) {
2828
clearInterval(timer);
29+
onCallback({ error: null, errorDescription: null });
2930
window.removeEventListener('message', handler);
3031
}
3132
}, 500);

0 commit comments

Comments
 (0)