Skip to content

Commit

Permalink
Update abstra-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
abstra-bot committed Aug 8, 2023
1 parent ba28402 commit 71f41ad
Show file tree
Hide file tree
Showing 99 changed files with 2,617 additions and 10 deletions.
2 changes: 1 addition & 1 deletion abstra/widgets/library/PlotlyOutput.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, fig: Any, **kwargs):
def json(self, **kwargs):
return {
"type": self.type,
"figure": json.loads(self.fig.to_json()),
"figure": json.loads(self.fig.to_json()) if self.fig else None,
"columns": self.columns,
"fullWidth": self.full_width,
"label": self.label,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions abstra_statics/dist/assets/ApiKeys.13a662cf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions abstra_statics/dist/assets/BackButton.6b463227.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions abstra_statics/dist/assets/BackButton.831b73cf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions abstra_statics/dist/assets/Builds.42e482ce.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions abstra_statics/dist/assets/CircularLoading.64e0c9cf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions abstra_statics/dist/assets/CrudView.187b501e.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 71f41ad

Please sign in to comment.