Skip to content

Commit

Permalink
changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Nov 10, 2023
1 parent e999fb1 commit 384f349
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: scope.item.flags.marked_for_not_publication ? 'send_to' : 'publish',
activeTab: scope.item.flags?.marked_for_not_publication ? 'send_to' : 'publish',
});
};

Expand Down

0 comments on commit 384f349

Please sign in to comment.