Remove enabling notifyOnNetworkStatusChange usages
Starting with v4 this flag is now enabled by default
This commit is contained in:
@@ -56,9 +56,7 @@ export function SourceConfigure() {
|
||||
const { data, loading, error, refetch } = requestManager.useGetSource<
|
||||
GetSourceSettingsQuery,
|
||||
GetCategoriesSettingsQueryVariables
|
||||
>(GET_SOURCE_SETTINGS, sourceId, {
|
||||
notifyOnNetworkStatusChange: true,
|
||||
});
|
||||
>(GET_SOURCE_SETTINGS, sourceId);
|
||||
const sourcePreferences = data?.source.preferences ?? STABLE_EMPTY_ARRAY;
|
||||
|
||||
const updateValue =
|
||||
|
||||
Reference in New Issue
Block a user