fix more logic for tests (cherry-picked from 83acb028c7)

This commit is contained in:
2025-05-31 16:20:41 -06:00
parent 8c42166d36
commit 4327a5175c
5 changed files with 19 additions and 19 deletions

View File

@@ -320,7 +320,7 @@ export default class GiftedDialog extends Vue {
this.fromProjectId,
);
if (!result.success || result.error) {
if (!result.success) {
const errorMessage = this.getGiveCreationErrorMessage(result);
logger.error("Error with give creation result:", result);
this.$notify(