Skip to content

Commit 047d3f6

Browse files
committed
feat: MobileModal Add default empty options prop
1 parent 9963dfe commit 047d3f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/views/mobile-modal.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ MobileModal.defaultProps = {
230230
openDelay: 0,
231231
autoClose: null,
232232
backgroundColor: 'transparent',
233-
buttonColor: '#FFF'
233+
buttonColor: '#FFF',
234+
options: {}
234235
}
235236

236237
export default MobileModal

0 commit comments

Comments
 (0)