Skip to content

Commit

Permalink
publish tab fix (#4370)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo authored Nov 10, 2023
1 parent a4cf48e commit 6805fb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function AuthoringTopbarDirective(
dispatchInternalEvent('interactiveArticleActionStart', {
items: [scope.item],
tabs: ['send_to', 'publish'],
activeTab: 'publish',
activeTab: scope.item.flags?.marked_for_not_publication ? 'send_to' : 'publish',
});
};

Expand Down

0 comments on commit 6805fb4

Please sign in to comment.