From 23d0b564d38e15d4b6d34bb19b0522e8a3309e13 Mon Sep 17 00:00:00 2001 From: uciadonis Date: Sun, 24 Aug 2025 23:18:04 -0300 Subject: [PATCH] Fix: Wrap VersionDialog in DropdownProvider for proper context (#9677) ### What problem does this PR solve? The VersionDialog component was not receiving the correct context for dropdown handling, causing improper behavior in its interactions. This PR wraps VersionDialog in DropdownProvider to ensure it gets the proper context and functions as expected. ### Type of change - [X] Bug Fix (non-breaking change which fixes an issue) --- web/src/pages/agent/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/pages/agent/index.tsx b/web/src/pages/agent/index.tsx index 625fab48f..c2ef597b7 100644 --- a/web/src/pages/agent/index.tsx +++ b/web/src/pages/agent/index.tsx @@ -210,7 +210,9 @@ export default function Agent() { > )} {versionDialogVisible && ( - + + + )} {settingDialogVisible && (