diff options
| author | kiman Kim <94714426+rlaks5757@users.noreply.github.com> | 2025-04-02 13:49:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 13:49:27 +0900 |
| commit | 9b6269c856516f3987ee249c6131a44728e276e2 (patch) | |
| tree | 9a408a0f570ed81c88d521f43f8d8243a79489bc /components/form-data/form-data-table.tsx | |
| parent | 562b41a20c2af8fe1330c5db6702dd291ab6a85d (diff) | |
| parent | df6a532921c6c39f68923237d261a1abd6a105ef (diff) | |
Merge pull request #10 from DTS-Development/features
Vendor-data Page 작업물 Merge
Diffstat (limited to 'components/form-data/form-data-table.tsx')
| -rw-r--r-- | components/form-data/form-data-table.tsx | 6 |
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> |
