Merge branch 'fix/596' of ssh://bit.adguard.com:7999/dns/adguard-dns into fix/596
This commit is contained in:
commit
8e09424774
@ -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 New Issue
Block a user