From ecc455939bd00754df4e1959864f57594594af5a Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 16 Sep 2024 15:12:32 -0600 Subject: [PATCH] fix error is OfferDialog where assignment to a project was missed, plus some refactors --- src/App.vue | 1 - src/components/OfferDialog.vue | 3 +- src/views/OfferDetailsView.vue | 34 +++++++++++----------- test-playwright/00-noid-tests.spec.ts | 1 + test-playwright/33-record-gift-x10.spec.ts | 6 ++-- test-playwright/50-record-offer.spec.ts | 4 +++ 6 files changed, 27 insertions(+), 22 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0c2d5dc..880a134 100644 --- a/src/App.vue +++ b/src/App.vue @@ -375,7 +375,6 @@