diff options
Diffstat (limited to 'components/form-data/form-data-table-columns.tsx')
| -rw-r--r-- | components/form-data/form-data-table-columns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/form-data/form-data-table-columns.tsx b/components/form-data/form-data-table-columns.tsx index 2f623bdb..598b66c6 100644 --- a/components/form-data/form-data-table-columns.tsx +++ b/components/form-data/form-data-table-columns.tsx @@ -41,7 +41,7 @@ export interface DataTableColumnJSON { options?: string[]; uom?: string; uomId?: string; - shi?: boolean; + shi?: string; /** 템플릿에서 가져온 추가 정보 */ hidden?: boolean; // true이면 컬럼 숨김 |
