우측패널 표시 컬럼 인풋 다 지우면 초기값이 들어오는 문제 해결
This commit is contained in:
@@ -526,7 +526,7 @@ export default function HierarchyConfigPanel({
|
||||
<span className="w-20 shrink-0 text-[10px]">{col}</span>
|
||||
{isSelected && (
|
||||
<Input
|
||||
value={displayItem?.label || col}
|
||||
value={displayItem?.label ?? ""}
|
||||
onChange={(e) => {
|
||||
const currentDisplay = localConfig.material?.displayColumns || [];
|
||||
const newDisplay = currentDisplay.map((d) =>
|
||||
|
||||
Reference in New Issue
Block a user