mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 06:47:08 +00:00
fix(nc-gui): pasteCol is not defined #3287
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user