From f4b5c0dfa2d0bbc6bcfac7d133b55b9af4a3bee4 Mon Sep 17 00:00:00 2001 From: blokh Date: Mon, 27 Nov 2023 17:36:04 +0200 Subject: [PATCH] added changeset --- .changeset/ninety-foxes-occur.md | 6 ++++++ .../src/pages/Entities/components/Cases/Cases.Item.tsx | 2 +- services/workflows-service/prisma/data-migrations | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/ninety-foxes-occur.md diff --git a/.changeset/ninety-foxes-occur.md b/.changeset/ninety-foxes-occur.md new file mode 100644 index 0000000000..c2c8082d67 --- /dev/null +++ b/.changeset/ninety-foxes-occur.md @@ -0,0 +1,6 @@ +--- +'@ballerine/workflow-core': patch +'@ballerine/common': patch +--- + +added defintion validation diff --git a/apps/backoffice-v2/src/pages/Entities/components/Cases/Cases.Item.tsx b/apps/backoffice-v2/src/pages/Entities/components/Cases/Cases.Item.tsx index c83bb4358d..981acf74f4 100644 --- a/apps/backoffice-v2/src/pages/Entities/components/Cases/Cases.Item.tsx +++ b/apps/backoffice-v2/src/pages/Entities/components/Cases/Cases.Item.tsx @@ -65,7 +65,7 @@ export const Item: FunctionComponent = ({ initial={{ opacity: 0 }} animate={{ opacity: 1 }} transition={{ duration: 0.3 }} - className={ctw(`indicator-center indicator-item indicator-middle`, { + className={ctw(`indicator-item indicator-center indicator-middle`, { hidden: !isRejected && !isApproved, 'text-success': isApproved, 'text-error': isRejected, diff --git a/services/workflows-service/prisma/data-migrations b/services/workflows-service/prisma/data-migrations index 242a425cc0..fa26f1f3d0 160000 --- a/services/workflows-service/prisma/data-migrations +++ b/services/workflows-service/prisma/data-migrations @@ -1 +1 @@ -Subproject commit 242a425cc058684d0b96f4dd00b5b3a54076f245 +Subproject commit fa26f1f3d09d7d5b91aca6499a11891d0808dd92