mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 14:45:20 +00:00
Correct mistake from block urls PR (#2420)
This commit is contained in:
parent
c1722a0b6b
commit
6e33395572
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue