dev #543

Merged
ysCha merged 7 commits from dev into dev-deploy 2025-12-31 15:39:54 +09:00
Showing only changes of commit 9e867ba53a - Show all commits

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',
)}