단 이동 시 복사로 표기되는 오류 수정
This commit is contained in:
parent
1889c58d0f
commit
9e867ba53a
@ -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',
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user