mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-18 19:09:53 +03:00
Merge branch 'fix/596' of ssh://bit.adguard.com:7999/dns/adguard-dns into fix/596
This commit is contained in:
commit
8e09424774
1 changed files with 1 additions and 1 deletions
|
@ -202,4 +202,4 @@ export const redirectToCurrentProtocol = (values, httpPort = 80) => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export const normalizeTextarea = text => text && text.replace(/[;, ]/g, '\n').split('\n');
|
export const normalizeTextarea = text => text && text.replace(/[;, ]/g, '\n').split('\n').filter(n => n);
|
||||||
|
|
Loading…
Add table
Reference in a new issue