Skip to content

Commit d74b8da

Browse files
author
FalkWolsky
committed
Small fixes for remote component version display
1 parent af55e06 commit d74b8da

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

client/packages/lowcoder/src/components/CompName.tsx

-7
Original file line numberDiff line numberDiff 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: () => {

client/packages/lowcoder/src/pages/editor/right/PluginPanel/index.tsx

+1-1
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)