mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
Fix new list button being blank (#2616)
This commit is contained in:
@@ -68,7 +68,7 @@ class NewListForm extends PureComponent {
|
||||
|
||||
<Button
|
||||
disabled={disabled || !value}
|
||||
title={title}
|
||||
text={title}
|
||||
onClick={this.handleClick}
|
||||
/>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user