mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
When the market data API call failed for an ETF watchlist item, the isLoading flag was never set to false because the subscribe() call had no error handler. The loading spinner remained indefinitely. Added an error callback that clears historicalDataItems, sets isLoading to false, and triggers change detection so the dialog renders an empty state instead of freezing. Fixes #7560pull/7798/head
1 changed files with 24 additions and 16 deletions
Loading…
Reference in new issue