Skip to content

Commit

Permalink
feature: implement ui for data digest columns
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Dec 25, 2023
1 parent 657c95d commit 16314e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/data_digest_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def columns_config=(value)
value = value.presence
value = JSON.parse(value) if value.is_a?(String)
value = Array.wrap(value)
value = nil if value == self.class::DEFAULT_COLUMN_CONFIG
super(value)
end

Expand Down

0 comments on commit 16314e6

Please sign in to comment.