Hello!
I am trying to create a plugin that uses modals from the Plugin SDK.
Is is possible to completely hide the header container at the top of the modal if there is no title
and closeDisabled
is true when passed to the openModal
hook? Currently, it just leaves a giant, empty white space at the top which doesn’t look that nice.
Thanks!