diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-12 11:34:29 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-12 11:34:29 +0000 |
| commit | 033d96b6bfe812e26e9728c4a3f1e69abf858470 (patch) | |
| tree | 953daaac8092a7ae6abb157d9819023c1710984d /components/data-table/data-table-pin-left.tsx | |
| parent | cd682438ffed4c2fd551606dc6dbec7b62497f6d (diff) | |
(대표님) 데이터테이블 - 공통컴포넌트 변경사항항
Diffstat (limited to 'components/data-table/data-table-pin-left.tsx')
| -rw-r--r-- | components/data-table/data-table-pin-left.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/data-table/data-table-pin-left.tsx b/components/data-table/data-table-pin-left.tsx index e79e01eb..27116774 100644 --- a/components/data-table/data-table-pin-left.tsx +++ b/components/data-table/data-table-pin-left.tsx @@ -182,7 +182,6 @@ export function PinLeftButton<TData>({ table }: { table: Table<TData> }) { <span className="hidden sm:inline"> 왼쪽 고정 </span> - <ChevronsUpDown className="ml-1 size-4 opacity-50 hidden sm:inline" /> </Button> </PopoverTrigger> |
