fix navigating to open offers on close button of offer created popup (#2009)

This commit is contained in:
woodser 2025-10-09 08:04:27 -04:00 committed by GitHub
parent cff4e5ea6c
commit 0feb559884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {