Skip to content

Commit

Permalink
Merge pull request #3904 from pKallert/task/switch-show-url-to-review
Browse files Browse the repository at this point in the history
TASK: Update workspace review URL
  • Loading branch information
mhsdesign authored Jan 13, 2025
2 parents b22d46b + 4586bce commit f6a552f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default class PublishDropDown extends PureComponent {
</AbstractButton>
</li>
{publishableNodesCount > 0 && (<li className={style.dropDown__item}>
<a id="neos-PublishDropDown-ReviewChanges" href={workspaceModuleUri + '/show?moduleArguments[workspace]=' + this.props.personalWorkspaceName}>
<a id="neos-PublishDropDown-ReviewChanges" href={workspaceModuleUri + '/review?moduleArguments[workspace]=' + this.props.personalWorkspaceName}>
<div className={style.dropDown__iconWrapper}>
<Icon icon="check-circle"/>
</div>
Expand Down

0 comments on commit f6a552f

Please sign in to comment.