Skip to content

Commit

Permalink
Merge pull request #119 from stat-kwon/master
Browse files Browse the repository at this point in the history
Add initialization code when loading Widget
  • Loading branch information
stat-kwon authored Dec 12, 2024
2 parents f027367 + ee68186 commit 0fde102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spaceone/dashboard/manager/data_table_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ def response_sum_data(self) -> dict:

results = [{column: sum_value} for column, sum_value in sum_data.items()]

self.df = None

return {
"results": results,
"total_count": len(results),
Expand Down

0 comments on commit 0fde102

Please sign in to comment.