불필요 주석제거

This commit is contained in:
김민식 2025-03-06 15:45:32 +09:00
parent f2ea05f69e
commit 01134ccf35

View File

@ -21,7 +21,6 @@ export default function ColumnRemove(props) {
{ name: getMessage('modal.panel.column.remove.type.none'), value: MODULE_REMOVE_TYPE.NONE },
]
const handleApply = () => {
// if (apply) apply()
moduleColumnRemove(selectedType)
closePopup(id)
}