Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd74b8da

Browse files
author
FalkWolsky
committed
Small fixes for remote component version display
1 parentaf55e06 commitd74b8da

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

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

Lines changed: 0 additions & 7 deletions
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

Lines changed: 1 addition & 1 deletion
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
consthandleSetNpmPlugins=(nextNpmPlugins:string[])=>{
4343
dispatch(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp