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',
|
cancelText = 'Cancel',
|
||||||
cancelAction = false,
|
cancelAction = false,
|
||||||
closeAction = false,
|
closeAction = false,
|
||||||
size = 'medium',
|
width = 'medium',
|
||||||
width = false,
|
|
||||||
maxHeight = false,
|
maxHeight = false,
|
||||||
maxHeadingLength = 50
|
maxHeadingLength = 50
|
||||||
} = {}) {
|
} = {}) {
|
||||||
|
Reference in New Issue
Block a user