Skip to content

Commit

Permalink
TASK: Document that PublishingScope.DOCUMENT is not confirmed
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jan 25, 2025
1 parent 71ccf38 commit c2cdf75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const ConfirmationDialogVariants = {
}
}
},
// NOTE that with https://github.com/neos/neos-ui/pull/3909 this variant is currently effectively not used as confirmation is not required
[PublishingScope.DOCUMENT]: {
label: {
title: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const ResultDialogVariants = {
}
}
},
// NOTE that with https://github.com/neos/neos-ui/pull/3909 this variant is currently effectively not used as confirmation is not required
[PublishingScope.DOCUMENT]: {
label: {
title: {
Expand Down

0 comments on commit c2cdf75

Please sign in to comment.