Making sure cancel/close icon appear when in modal.

This commit is contained in:
mike12345567 2021-10-20 10:05:51 +01:00
parent c57908f14d
commit b29dcecd4f
1 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@
template = {}
return false
}}
showCancelButton={false}
showCloseIcon={false}
showCancelButton={!inline}
showCloseIcon={!inline}
>
<TemplateList
onSelect={(selected, { useImport } = {}) => {