File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' ) ;
You can’t perform that action at this time.
0 commit comments