File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
client/packages/lowcoder/src
pages/editor/right/PluginPanel Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,6 @@ export const CompName = (props: Iprops) => {
119119 onClick : ( ) => {
120120 } ,
121121 } ) ;
122- items . push ( {
123- text : trans ( "history.currentVersion" ) + ": " + compInfo . packageVersion ,
124- onClick : ( ) => {
125-
126- } ,
127- } ) ;
128-
129122 items . push ( {
130123 text : trans ( "comp.menuUpgradeToLatest" ) ,
131124 onClick : ( ) => {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default function PluginPanel() {
3737 [ commonSettings ?. npmPlugins ]
3838 ) ;
3939
40- console . log ( "plugins: " , plugins ) ;
40+ // console.log("plugins: ", plugins);
4141
4242 const handleSetNpmPlugins = ( nextNpmPlugins : string [ ] ) => {
4343 dispatch (
You can’t perform that action at this time.
0 commit comments