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) => {
119
119
onClick : ( ) => {
120
120
} ,
121
121
} ) ;
122
- items . push ( {
123
- text : trans ( "history.currentVersion" ) + ": " + compInfo . packageVersion ,
124
- onClick : ( ) => {
125
-
126
- } ,
127
- } ) ;
128
-
129
122
items . push ( {
130
123
text : trans ( "comp.menuUpgradeToLatest" ) ,
131
124
onClick : ( ) => {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default function PluginPanel() {
37
37
[ commonSettings ?. npmPlugins ]
38
38
) ;
39
39
40
- console . log ( "plugins: " , plugins ) ;
40
+ // console.log("plugins: ", plugins);
41
41
42
42
const handleSetNpmPlugins = ( nextNpmPlugins : string [ ] ) => {
43
43
dispatch (
You can’t perform that action at this time.
0 commit comments