Skip to content

Commit 39a264e

Browse files
committed
chore(version): bump to 1.12.0-pre-1
1 parent 4950b1e commit 39a264e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.12.0-pre-0",
3+
"version": "1.12.0-pre-1",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/DynamicDataTable/DynamicDataTableHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const DynamicDataTableHeader = <K extends string, CustomStateType = Recor
2727
headers,
2828
rows,
2929
sortingConfig,
30-
addBtnTooltip,
30+
addBtnTooltip = 'Add',
3131
onRowAdd,
3232
readOnly,
3333
isAdditionNotAllowed,

0 commit comments

Comments
 (0)