Skip to content

Commit

Permalink
BREAKING CHANGE: dismissReason: overlay -> backdrop (#1360)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dismissReason: overlay -> backdrop (#1360)
  • Loading branch information
limonte committed Jan 18, 2019
1 parent c0eddf3 commit d05bf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/DismissReason.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const DismissReason = Object.freeze({
cancel: 'cancel',
backdrop: 'overlay',
backdrop: 'backdrop',
close: 'close',
esc: 'esc',
timer: 'timer'
Expand Down

0 comments on commit d05bf33

Please sign in to comment.