fix navigating to open offers on close button of offer created popup

This commit is contained in:
woodser 2025-10-09 08:03:20 -04:00
parent cff4e5ea6c
commit facbb00219
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -755,7 +755,7 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
.dontShowAgainId(key)
.actionButtonTextWithGoTo("portfolio.tab.openOffers")
.onAction(this::closeAndGoToOpenOffers)
.onClose(this::closeAndGoToOpenOffers)
.onClose(this::close)
.show(),
1);
} else {