Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: seolmin <[email protected]>
  • Loading branch information
stat-kwon committed Dec 12, 2024
1 parent 6b98d46 commit ee68186
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 ee68186

Please sign in to comment.