king
2022-09-16 41308b8a2788df7ed6225414c163f8611c7e8f69
src/menu/components/search/main-search/index.jsx
@@ -162,7 +162,7 @@
    let linkableFields = []
    card.search.forEach(item => {
      if (item.uuid === card.uuid) return
      if (item.uuid === cell.uuid) return
      if (!['select', 'link', 'checkcard'].includes(item.type)) return
      if (item.type === 'checkcard' && item.multiple === 'true') return