Skip to content

Commit e13113f

Browse files
FalkWolskysnowe2010
FalkWolsky
authored andcommitted
Small fixes for remote component version display
1 parent 6802928 commit e13113f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ export const CompName = (props: Iprops) => {
121121
onClick: () => {
122122
},
123123
});
124-
items.push({
125-
text: trans("history.currentVersion") + ": " + compInfo.packageVersion,
126-
onClick: () => {
127-
128-
},
129-
});
130-
131124
items.push({
132125
text: trans("comp.menuUpgradeToLatest"),
133126
onClick: () => {

0 commit comments

Comments
 (0)