This commit is contained in:
salixor
2025-01-31 20:04:58 +01:00
committed by GitHub

View File

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