Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 38195c3

Browse files
authored
fix(gui): close batch mode dropdown after an option was chosen (#778)
1 parent a070427 commit 38195c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-editor/gui/src/common/MenuBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const MenuBar: React.FC<MenuBarProps> = function ({ displayInferErrors })
105105
<DeleteAllAnnotations />
106106

107107
<Box>
108-
<Menu closeOnSelect={false}>
108+
<Menu>
109109
<MenuButton as={Button} rightIcon={<Icon as={FaChevronDown} />} disabled={!usernameIsValid}>
110110
Batch
111111
</MenuButton>

0 commit comments

Comments
 (0)