Skip to content

Commit

Permalink
added changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Blokh committed Nov 27, 2023
1 parent b53b5d6 commit f4b5c0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/ninety-foxes-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@ballerine/workflow-core': patch
'@ballerine/common': patch
---

added defintion validation
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const Item: FunctionComponent<IItemProps> = ({
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,
Expand Down
2 changes: 1 addition & 1 deletion services/workflows-service/prisma/data-migrations

0 comments on commit f4b5c0d

Please sign in to comment.