Hi guys!
How can I add a footer like this in the modal?
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
client.interface.trigger("showModal", {
title: `modal`,
template: "index.html",
})
Can anyone help me with this?
Thank you.