Skip to content

Commit

Permalink
Task: Update workspace review URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pKallert committed Dec 20, 2024
1 parent b22d46b commit 4586bce
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 4586bce

Please sign in to comment.