Browse Source

Properly mark as loading on reload

pull/69/head
Kévin Cocchi 1 year ago
parent
commit
5f77171bdd
No known key found for this signature in database GPG Key ID: E3F3FFBE2818518D
  1. 1
      web/src/index.js

1
web/src/index.js

@ -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)
} }

Loading…
Cancel
Save