We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af55e06 commit d74b8daCopy full SHA for d74b8da
client/packages/lowcoder/src/components/CompName.tsx
@@ -119,13 +119,6 @@ export const CompName = (props: Iprops) => {
119
onClick: () => {
120
},
121
});
122
- items.push({
123
- text: trans("history.currentVersion") + ": " + compInfo.packageVersion,
124
- onClick: () => {
125
-
126
- },
127
- });
128
129
items.push({
130
text: trans("comp.menuUpgradeToLatest"),
131
client/packages/lowcoder/src/pages/editor/right/PluginPanel/index.tsx
@@ -37,7 +37,7 @@ export default function PluginPanel() {
37
[commonSettings?.npmPlugins]
38
);
39
40
- console.log("plugins: ", plugins);
+ // console.log("plugins: ", plugins);
41
42
const handleSetNpmPlugins = (nextNpmPlugins: string[]) => {
43
dispatch(
0 commit comments