Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Nov 28, 2024
1 parent 138ef8e commit b1a232e
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -631,13 +631,8 @@ export const PublicationConfig = {
const items = [];
if (selectedPublication.status === pkp.const.STATUS_PUBLISHED) {
items.push({
shouldContinue: true,
items: [
{
component: 'WorkflowPublicationEditDisabled',
props: {},
},
],
component: 'WorkflowPublicationEditDisabled',
props: {},
});
}
return {items, shouldContinue: true};
Expand Down

0 comments on commit b1a232e

Please sign in to comment.