Browse Source

Merge 5f77171bdd into 3366dbc500

pull/69/merge
salixor 3 months ago
committed by GitHub
parent
commit
cb25e73518
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      web/src/index.js

1
web/src/index.js

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

Loading…
Cancel
Save