From acc6b091c7443635245faf787e4db5f9f00d3df1 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 21 Nov 2024 14:27:23 +0000 Subject: [PATCH] external arg as deprecated in the docs --- reflex/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.