Skip to content

Instantly share code, notes, and snippets.

@primaryobjects
Created November 1, 2017 19:03
Show Gist options
  • Select an option

  • Save primaryobjects/aacf6fa49823afb2f6ff065790a5b402 to your computer and use it in GitHub Desktop.

Select an option

Save primaryobjects/aacf6fa49823afb2f6ff065790a5b402 to your computer and use it in GitHub Desktop.

Revisions

  1. primaryobjects created this gist Nov 1, 2017.
    1 change: 1 addition & 0 deletions react-confirm.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    <div className='delete-button' onClick={() => { if (window.confirm('Are you sure you wish to delete this item?')) this.onCancel(item) } } />