Skip to content

Commit 4c8b4ea

Browse files
Merge pull request #2004 from iamfaran/fix/table-row-duplicate
[Fix]: remove duplicate row styles + fix typo
2 parents 428b59a + a7deddc commit 4c8b4ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,6 @@ export const TableRowStyle = [
18041804
BORDER_WIDTH,
18051805
BORDER_STYLE,
18061806
...BG_STATIC_BORDER_RADIUS,
1807-
getBackground(),
18081807
{
18091808
name: "selectedRowBackground",
18101809
label: trans("style.selectedRowBackground"),

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ export const en = {
19331933
"dragArea": "Drag Area",
19341934
"uploadMode": "Upload Mode",
19351935
"dragAreaText": "Click or drag file to this area to upload",
1936-
"dragAreaHint": "Support for a single or bulk upload. Strictly prohibited from uploading company data or other band files.",
1936+
"dragAreaHint": "Support for a single or bulk upload. Strictly prohibited from uploading company data or other banned files.",
19371937
"dragHintText": "Hint Text",
19381938
},
19391939
"date": {

0 commit comments

Comments
 (0)