mirror of
https://github.com/zoriya/flood.git
synced 2026-05-24 07:48:40 +00:00
Fix initial state bug
This commit is contained in:
@@ -2,7 +2,7 @@ const initialState = {
|
||||
fetchingData: true,
|
||||
modal: null,
|
||||
torrentList: {
|
||||
count: 10,
|
||||
count: 0,
|
||||
filterBy: 'all',
|
||||
searchString: '',
|
||||
selected: [],
|
||||
|
||||
Reference in New Issue
Block a user