Correct mistake from block urls PR (#2420)

This commit is contained in:
SleeplessOne1917 2024-04-12 13:45:13 +00:00 committed by GitHub
parent c1722a0b6b
commit 6e33395572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ export default class UrlListTextarea extends Component<
UrlListTextareaState UrlListTextareaState
> { > {
state: UrlListTextareaState = { state: UrlListTextareaState = {
text: "", text: this.props.urls.join("\n"),
}; };
render() { render() {