update hover text to be 'Delete' in the confirm deletion buttons in ProviderTableRow and OrganizationTableRow
parent
cce78cf3f4
commit
f4c48cd63c
|
@ -111,6 +111,7 @@ class OrganizationsTableRow extends Component {
|
||||||
onConfirm={this.handleDeleteOrg}
|
onConfirm={this.handleDeleteOrg}
|
||||||
onClickOutside={this.handleDismissDeleteConfirmation}
|
onClickOutside={this.handleDismissDeleteConfirmation}
|
||||||
confirmLeft={true}
|
confirmLeft={true}
|
||||||
|
confirmHoverText="Delete"
|
||||||
/>
|
/>
|
||||||
: <OrganizationsTableRowDeleteButton
|
: <OrganizationsTableRowDeleteButton
|
||||||
organization={organization}
|
organization={organization}
|
||||||
|
|
|
@ -109,6 +109,7 @@ class ProvidersTableRow extends Component {
|
||||||
onCancel={this.handleDismissDeleteConfirmation}
|
onCancel={this.handleDismissDeleteConfirmation}
|
||||||
onConfirm={this.handleDeleteMap}
|
onConfirm={this.handleDeleteMap}
|
||||||
onClickOutside={this.handleDismissDeleteConfirmation}
|
onClickOutside={this.handleDismissDeleteConfirmation}
|
||||||
|
confirmHoverText="Delete"
|
||||||
/>
|
/>
|
||||||
: <button
|
: <button
|
||||||
className="btn btn-sm btn-default btn-square"
|
className="btn btn-sm btn-default btn-square"
|
||||||
|
|
Loading…
Reference in New Issue