salixor
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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) |
|
|
} |
|
|
} |
|
|
|