fix more logic for tests (cherry-picked from 83acb028c7)
This commit is contained in:
@@ -703,7 +703,7 @@ export default class OfferDetailsView extends Vue {
|
||||
);
|
||||
}
|
||||
|
||||
if (result.type === "error" || this.isCreationError(result.response)) {
|
||||
if (!result.success) {
|
||||
const errorMessage = this.getCreationErrorMessage(result);
|
||||
logger.error("Error with offer creation result:", result);
|
||||
this.$notify(
|
||||
|
||||
Reference in New Issue
Block a user