mirror of
https://github.com/zoriya/flood.git
synced 2026-06-06 20:12:19 +00:00
SetTrackersModal: isLoadingTrackers should be "true" initially
This commit is contained in:
@@ -18,7 +18,7 @@ const SetTrackersModal: FC = () => {
|
||||
isLoadingTrackers: boolean;
|
||||
trackerURLs: Array<string>;
|
||||
}>({
|
||||
isLoadingTrackers: false,
|
||||
isLoadingTrackers: true,
|
||||
trackerURLs: [],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user