Properly mark as loading on reload

This commit is contained in:
Kévin Cocchi 2023-09-30 15:30:52 +02:00
parent f59406a47a
commit 5f77171bdd
No known key found for this signature in database
GPG Key ID: E3F3FFBE2818518D

View File

@ -148,6 +148,7 @@ class App extends Component {
this.setState({ this.setState({
packs: defaultState.packs, packs: defaultState.packs,
filtering: defaultState.filtering, filtering: defaultState.filtering,
loading: true,
}) })
this._loadPacks(true) this._loadPacks(true)
} }