Making sure cancel/close icon appear when in modal.

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

View File

@ -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 } = {}) => {