mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
Fix selector
This commit is contained in:
parent
8ea1e64c7b
commit
a1ca7862f8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const Upstream = () => {
|
|||
processingSetConfig,
|
||||
} = useSelector((state) => state.dnsConfig, shallowEqual);
|
||||
|
||||
const { processingTestUpstream } = ((state) => state.settings, shallowEqual);
|
||||
const { processingTestUpstream } = useSelector((state) => state.settings, shallowEqual);
|
||||
|
||||
const handleSubmit = (values) => {
|
||||
dispatch(setDnsConfig(values));
|
||||
|
|
Loading…
Add table
Reference in a new issue