mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 22:30:38 +02:00
remove unused modal parameter
This commit is contained in:
@ -22,8 +22,7 @@ export const Modal = function({
|
||||
cancelText = 'Cancel',
|
||||
cancelAction = false,
|
||||
closeAction = false,
|
||||
size = 'medium',
|
||||
width = false,
|
||||
width = 'medium',
|
||||
maxHeight = false,
|
||||
maxHeadingLength = 50
|
||||
} = {}) {
|
||||
|
Reference in New Issue
Block a user