File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,10 @@ import Selector from "./Selector";
3434import Rule from "./Rule" ;
3535import { getCurrentLocale , getIntlContent } from "../../../utils/IntlUtils" ;
3636import AuthButton from "../../../utils/AuthButton" ;
37- import { getUpdateModal } from "../../../utils/plugin" ;
38- import { updateNamespacePluginsEnabledByNamespace } from "../../../utils/namespacePlugin" ;
37+ import {
38+ getUpdateModal ,
39+ updateNamespacePluginsEnabledByNamespace ,
40+ } from "../../../utils/namespacePlugin" ;
3941
4042const { Search } = Input ;
4143const { Title } = Typography ;
@@ -398,7 +400,8 @@ export default class Common extends Component {
398400 : "" ;
399401 const plugin = this . getPlugin ( plugins , pluginName ) ;
400402 getUpdateModal ( {
401- pluginId : plugin . pluginId ,
403+ id : plugin . id ,
404+ namespaceId : plugin . namespaceId ,
402405 dispatch,
403406 callback : ( popup ) => {
404407 this . setState ( { popup } ) ;
You can’t perform that action at this time.
0 commit comments