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

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
const handleSetNpmPlugins = (nextNpmPlugins: string[]) => {
4343
dispatch(

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy