fix(nc-gui): pasteCol is not defined #3287

This commit is contained in:
Ramesh Mane
2024-07-05 08:35:40 +00:00
parent e9ddc95c6c
commit e50e236014

View File

@@ -1172,7 +1172,7 @@ export function useMultiSelect(
for (const col of cols) {
if (!col.title || !isPasteable(row, col)) {
if ((isBt(col) || isOo(pasteCol) || isMm(col)) && !isInfoShown) {
if ((isBt(col) || isOo(col) || isMm(col)) && !isInfoShown) {
message.info(t('msg.info.groupPasteIsNotSupportedOnLinksColumn'))
isInfoShown = true
}