made adjustments to the button for add task in the viewer

This commit is contained in:
csawatzky 2025-10-14 16:44:45 -06:00
parent ea94fab0a5
commit d7439f5244
3 changed files with 36 additions and 17 deletions

View file

@ -273,7 +273,7 @@ export default function FieldDrawer(props: Props) {
<Weather longitude={field.center().longitude} latitude={field.center().latitude} />
</TabPanelMine>
<TabPanelMine value={value} index={2}>
<TaskViewer drawerView objectKey={field.key()} loadKeys={taskLoadKeys} />
<TaskViewer drawerView objectKey={field.key()} loadKeys={taskLoadKeys} overlayButton />
</TabPanelMine>
</React.Fragment>
);