Skip to content

Commit 088d4da

Browse files
authored
Merge pull request #648 from oneblink/MS-1518
MS-1518 # Add `hideApprovalDenyButton` to `ApprovalConfiguration`
2 parents 23a9dec + f78ab60 commit 088d4da

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- `hideApprovalDenyButton` to `approvalStepNodeProps`
13+
1014
## [12.3.1] - 2025-11-07
1115

1216
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/forms-schema/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ const approvalStepNodeProps = {
666666
then: Joi.array().min(1).items(ConditionalPredicatesItemSchema).required(),
667667
otherwise: Joi.any().strip(),
668668
}),
669+
hideApprovalDenyButton: Joi.boolean(),
669670
}
670671

671672
const formSchema = Joi.object().keys({

0 commit comments

Comments
 (0)