summaryrefslogtreecommitdiff
path: root/components/form-data/form-data-table.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/form-data/form-data-table.tsx')
-rw-r--r--components/form-data/form-data-table.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/form-data/form-data-table.tsx b/components/form-data/form-data-table.tsx
index b696f45b..4caee44f 100644
--- a/components/form-data/form-data-table.tsx
+++ b/components/form-data/form-data-table.tsx
@@ -531,10 +531,10 @@ export default function DynamicTable({
<Popover>
<PopoverTrigger asChild>
<Button variant="default" size="sm">
- Report
+ Vendor Document
</Button>
</PopoverTrigger>
- <PopoverContent className="flex flex-row gap-2">
+ <PopoverContent className="flex flex-row gap-2 w-auto">
<Button
variant="outline"
size="sm"
@@ -547,7 +547,7 @@ export default function DynamicTable({
size="sm"
onClick={() => setBatchDownDialog(true)}
>
- Report Download
+ Vendor Document Create
</Button>
</PopoverContent>
</Popover>