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