You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is a call super.addChart(chartName, chartSpecification, editChartStyle) but super.addChart is async and it wasn't awaiting the return. Changed to await super.addChart(chartName, chartSpecification, editChartStyle)
Assigning to @merryman for review
And the chart list isn't being updated.
The text was updated successfully, but these errors were encountered: