remove unused modal parameter
This commit is contained in:
parent
f4f74faa05
commit
0f6e43d902
|
@ -22,8 +22,7 @@ export const Modal = function({
|
|||
cancelText = 'Cancel',
|
||||
cancelAction = false,
|
||||
closeAction = false,
|
||||
size = 'medium',
|
||||
width = false,
|
||||
width = 'medium',
|
||||
maxHeight = false,
|
||||
maxHeadingLength = 50
|
||||
} = {}) {
|
||||
|
|
Loading…
Reference in New Issue