1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

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

View file

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