Skip to content

Commit

Permalink
[KNOWAGE-8279]
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjaw committed Dec 4, 2023
2 parents c3e5154 + cbe1cd0 commit 05823b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export default defineComponent({
emitter.emit('editCalculatedField', column)
},
onCalcFieldAdded(field) {
if (this.settings.attributesOnly || (this.axis && !['Y'].includes(this.axis))) return
this.rows.push(field as IWidgetColumn)
this.$emit('itemAdded', { column: field, rows: this.rows, settings: this.settings })
}
Expand Down

0 comments on commit 05823b9

Please sign in to comment.