Skip to content

Commit

Permalink
Merge pull request #1651 from unfoldingWord/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
abelpz authored Jan 6, 2025
2 parents 5af7e19 + f66c5a6 commit 2888df9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tc-create-app",
"homepage": "https://create.translationcore.com/",
"version": "1.17",
"version": "1.18",
"license": "MIT",
"private": false,
"bugs": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@material-ui/styles": "^4.11.3",
"axios": "^0.21.0",
"bible-reference-range": "^1.1.0",
"datatable-translatable": "1.2.4",
"datatable-translatable": "1.3.1",
"dcs-branch-merger": "1.4.1",
"deep-freeze": "^0.0.1",
"gitea-react-toolkit": "2.2.4",
Expand Down
2 changes: 1 addition & 1 deletion public/build_number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
278-e8671df
279-10ca3b7
3 changes: 3 additions & 0 deletions src/components/translatable/TranslatableTSV.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ export default function TranslatableTSV({
compositeKeyIndices: compositeKeyIndicesFromColumnNames({ columnNames }),
columnsFilter: columnsFilterFromColumnNames({ columnNames }),
columnsShowDefault: columnsShowDefaultFromColumnNames({ columnNames }),
newRowDefaultValues: {
SupportReference: ""
}
};
return _config;
}, [columnNames, rowHeader]);
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5727,10 +5727,10 @@ data-urls@^1.0.0, data-urls@^1.1.0:
whatwg-mimetype "^2.2.0"
whatwg-url "^7.0.0"

datatable-translatable@1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/datatable-translatable/-/datatable-translatable-1.2.4.tgz#73f17f0ee00bc091f872962766aaadfcc199d8c8"
integrity sha512-P+NZCOjwgBcohVPHm1iQSVUNo5QkA0sdmmW6xPaeo2L9I5AWdE02vRLWEfyfPBlOW7hymGHVqWOi5LGyk+N5PQ==
datatable-translatable@1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/datatable-translatable/-/datatable-translatable-1.3.1.tgz#3e3376fdcc27a0a400c08a2c0ef7272fd5ec62f2"
integrity sha512-wX6idmtvMwqZYEyiOyr4NjZMM3Vlb0k1DiJsPA5/tvKFf+C4le7IfLE+qedTbvXiKqquimvw+GwdevKl24t/ow==
dependencies:
deep-freeze "^0.0.1"
extensible-rcl "^1.1.0"
Expand Down

0 comments on commit 2888df9

Please sign in to comment.