From 407d0ed8cbd9d0aae6c59fc70a0a32349b7f31dc Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 20 Feb 2026 14:12:20 -0600 Subject: [PATCH] Small prompt fix --- src/components/Prompt.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Prompt.tsx b/src/components/Prompt.tsx index e538e6bc71..9c05a0db15 100644 --- a/src/components/Prompt.tsx +++ b/src/components/Prompt.tsx @@ -146,7 +146,7 @@ export function Action({ cta, disabled = false, icon, - shouldCloseOnPress, + shouldCloseOnPress = true, testID, }: { /**