This commit is contained in:
salixor 2024-06-09 01:14:57 -04:00 committed by GitHub
commit 950e16feab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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