Skip to content

Commit 2008709

Browse files
Remove depricated registerPostDropdownMenuComponent
1 parent a87a1f7 commit 2008709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ class PluginClass {
3434
registry.registerBottomTeamSidebarComponent(TeamSidebar);
3535
registry.registerPopoverUserAttributesComponent(UserAttribute);
3636
registry.registerRootComponent(CreateIssueModal);
37-
registry.registerPostDropdownMenuComponent(CreateIssuePostMenuAction);
37+
registry.registerPostDropdownMenuAction(CreateIssuePostMenuAction);
3838
registry.registerRootComponent(AttachCommentToIssueModal);
39-
registry.registerPostDropdownMenuComponent(AttachCommentToIssuePostMenuAction);
39+
registry.registerPostDropdownMenuAction(AttachCommentToIssuePostMenuAction);
4040
registry.registerLinkTooltipComponent(LinkTooltip);
4141

4242
const {showRHSPlugin} = registry.registerRightHandSidebarComponent(SidebarRight, 'GitHub');

0 commit comments

Comments
 (0)