mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 06:36:17 +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
|
||||
> {
|
||||
state: UrlListTextareaState = {
|
||||
text: "",
|
||||
text: this.props.urls.join("\n"),
|
||||
};
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Reference in a new issue