Making sure cancel/close icon appear when in modal.
This commit is contained in:
parent
c57908f14d
commit
b29dcecd4f
|
@ -151,8 +151,8 @@
|
|||
template = {}
|
||||
return false
|
||||
}}
|
||||
showCancelButton={false}
|
||||
showCloseIcon={false}
|
||||
showCancelButton={!inline}
|
||||
showCloseIcon={!inline}
|
||||
>
|
||||
<TemplateList
|
||||
onSelect={(selected, { useImport } = {}) => {
|
||||
|
|
Loading…
Reference in New Issue