Skip to content

Commit

Permalink
fix: change order logic for PIVOT Table
Browse files Browse the repository at this point in the history
Signed-off-by: seolmin <seolmin@megazone.com>
  • Loading branch information
stat-kwon committed Jan 6, 2025
1 parent 300a644 commit e10981d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def load_from_widget(
if data_info:
response["data_info"] = data_info

if self.label_keys and self.data_keys:
if self.data_keys:
order = self.label_keys + self.data_keys
response["order"] = order

Expand Down

0 comments on commit e10981d

Please sign in to comment.