How to add footer in a modal?

Hi guys!

How can I add a footer like this in the modal?

image

when I use the below code I get the annoying space and also I can’t find a way to add elements to the footer

image

client.interface.trigger("showModal", {
            title: `modal`,
            template: "index.html",
})

Can anyone help me with this?

Thank you.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.