From b2317cb51282a761bb2c822c24c93d3df33b1c61 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Mon, 4 Dec 2023 18:25:04 -0500 Subject: [PATCH] Change button class in Confirmation modal --- src/components/confirmation.vue | 2 +- test/components/confirmation.spec.js | 8 ++++---- test/components/entity/conflict-summary.spec.js | 6 +++--- test/components/entity/show.spec.js | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/confirmation.vue b/src/components/confirmation.vue index 1411dea40..b33a572ee 100644 --- a/src/components/confirmation.vue +++ b/src/components/confirmation.vue @@ -19,7 +19,7 @@ except according to the terms contained in the LICENSE file.