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

View File

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