Fix new list button being blank (#2616)

This commit is contained in:
Claire 2024-02-13 12:48:01 +01:00 committed by GitHub
parent 084d051e6c
commit e3c4e90646
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ class NewListForm extends PureComponent {
<Button
disabled={disabled || !value}
title={title}
text={title}
onClick={this.handleClick}
/>
</form>