Skip to content

Commit 207488f

Browse files
committed
fix: inline link chaining
1 parent ddc9f2c commit 207488f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/blinks-core/src/BlinkContainer.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,7 @@ export const BlinkContainer = ({
481481
data: {
482482
externalLink: component.href,
483483
},
484-
onNext: () =>
485-
dispatch({
486-
type: ExecutionType.FINISH,
487-
}),
484+
onNext: () => {},
488485
onCancel: () => {},
489486
};
490487
}

0 commit comments

Comments
 (0)