Add dropdown menus to M&E Data Entry view

This commit is contained in:
Daniel S. Hansen
2025-08-20 17:44:21 -07:00
parent 7e23c6a98d
commit 8630340a07
4 changed files with 81 additions and 22 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ export default function Admin({ view, onChangeView, onEditWidgets, appendWidget
</Tabs.List>
<HStack width="258px" justifyContent="flex-end">
<SearchBar />
<SettingsButton {...settingsButtonProps}/>
<SearchBar />
<SettingsButton {...settingsButtonProps}/>
</HStack>
</Flex>