mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-27 09:18:58 +03:00
* client: remove empty elements from upstream and bootstrap
This commit is contained in:
parent
bf2781d465
commit
cdc568d8d9
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…
Reference in a new issue