I'm trying to show 3 buttons using the following example:
this.$fire({
title: 'Do you want to save the changes?',
showDenyButton: true,
showCancelButton: true,
confirmButtonText: `Save`,
denyButtonText: `Don't save`,
});
However I only get two buttons.