remove unused prop in ModalContent
This commit is contained in:
parent
4d9e4ca426
commit
6ccf2114b0
|
@ -9,7 +9,6 @@
|
|||
export let title = undefined
|
||||
export let size = "S"
|
||||
export let cancelText = "Cancel"
|
||||
export let warning = false
|
||||
export let confirmText = "Confirm"
|
||||
export let showCancelButton = true
|
||||
export let showConfirmButton = true
|
||||
|
|
Loading…
Reference in New Issue