Skip to content
Snippets Groups Projects
Commit 6f3bd8bc authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge pull request #966 from metabase/add_question_to_dash_hover

title attribute for add question. fixes #964
parents 1393b59a 55d399c7
No related merge requests found
......@@ -150,7 +150,11 @@ export default class DashboardHeader extends Component {
buttonSections.push([
<ModalWithTrigger
ref="addQuestionModal"
triggerElement={<Icon className={cx("text-brand-hover", { "Icon--pulse": isEmpty })} name="add" width="16px" height="16px" />}
triggerElement={
<a title="Add a question to this dashboard">
<Icon className={cx("text-brand-hover", { "Icon--pulse": isEmpty })} name="add" width="16px" height="16px" />
</a>
}
>
<AddToDashSelectQuestionModal
dispatch={this.props.dispatch}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment