Fix for AXO sdk changes

This commit is contained in:
Pedro Silva 2024-04-16 16:37:12 +01:00
parent 11b87155f3
commit 86be3055c5
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
2 changed files with 6 additions and 4 deletions

View file

@ -451,10 +451,10 @@ class AxoManager {
this.el.gatewayRadioButton.trigger('change');
}
renderWatermark() {
this.fastlane.FastlaneWatermarkComponent({
async renderWatermark() {
(await this.fastlane.FastlaneWatermarkComponent({
includeAdditionalInfo: true
}).render(this.el.watermarkContainer.selector);
})).render(this.el.watermarkContainer.selector);
}
watchEmail() {