Fix new list button being blank (#2616)

main
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
1 changed files with 1 additions and 1 deletions

View File

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