|
@@ -36,7 +36,7 @@ async function interactionHandler(block) {
|
|
|
|
|
|
if (
|
|
if (
|
|
(block.data.saveData && block.name !== 'forms') ||
|
|
(block.data.saveData && block.name !== 'forms') ||
|
|
- block.data.getValue
|
|
|
|
|
|
+ (block.data.getValue && block.data.saveData)
|
|
) {
|
|
) {
|
|
const currentColumnType =
|
|
const currentColumnType =
|
|
this.columns[block.data.dataColumn]?.type || 'any';
|
|
this.columns[block.data.dataColumn]?.type || 'any';
|