remove unused modal parameter

This commit is contained in:
zombieFox 2021-08-12 21:45:05 +01:00
parent f4f74faa05
commit 0f6e43d902
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ export const Modal = function({
cancelText = 'Cancel',
cancelAction = false,
closeAction = false,
size = 'medium',
width = false,
width = 'medium',
maxHeight = false,
maxHeadingLength = 50
} = {}) {