Skip to content

Commit e63fa6e

Browse files
author
Mohsen Biglari
committed
add onInit prop into default options
1 parent 45d0d27 commit e63fa6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/react-dynamic-tabs/useDynamicTabs/createDefaultOptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ CreateDefaultOptions.prototype._getOptions = function () {
2020
onChange: function ({ currentData, perviousData }) { },
2121
onLoad: function (api) { },
2222
onDestroy: function () { },
23+
onInit: function () { },
2324
accessibility: true,
2425
defaultPanelComponent: null
2526
};

0 commit comments

Comments
 (0)