vtex-apps/shelf

Add title prop to ActionBar

Closed this issue · 2 comments

Now the ActionBar needs to receive the title prop for title display:

<ActionBar title={this.props.title} onSave={this.handleSave.bind(this)}/>

@BrenoC

👍