diff --git a/reflex/event.py b/reflex/event.py index 50b8bcf45..b33a03641 100644 --- a/reflex/event.py +++ b/reflex/event.py @@ -714,7 +714,7 @@ def redirect( path: The path to redirect to. is_external: Whether to open in new tab or not. replace: If True, the current page will not create a new history entry. - external: Whether to open in new tab or not. + external(Deprecated): Whether to open in new tab or not. Returns: An event to redirect to the path.