단 이동 시 복사로 표기되는 오류 수정

This commit is contained in:
hyojun.choi 2025-12-31 10:42:46 +09:00
parent 1889c58d0f
commit 9e867ba53a

View File

@ -113,7 +113,7 @@ export default function PanelEdit(props) {
<WithDraggable.Body>
<div className="grid-option-tit">
{getMessage(
[PANEL_EDIT_TYPE.MOVE, PANEL_EDIT_TYPE.MOVE_ALL, PANEL_EDIT_TYPE.COLUMN_MOVE, PANEL_EDIT_TYPE, , PANEL_EDIT_TYPE.ROW_MOVE].includes(type)
[PANEL_EDIT_TYPE.MOVE, PANEL_EDIT_TYPE.MOVE_ALL, PANEL_EDIT_TYPE.COLUMN_MOVE, PANEL_EDIT_TYPE.ROW_MOVE].includes(type)
? 'modal.move.setting.info'
: 'modal.copy.setting.info',
)}