Merge 5f77171bdda09021804aba3ecb5952e0d5d55ee4 into 89d3aece041c85ebe5a1ad4e620388af5227cbb0

This commit is contained in:
salixor 2025-01-31 20:04:58 +01:00 committed by GitHub
commit d398da2fb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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