@appcorp/fusion-storybook 0.2.37 → 0.2.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -513,7 +513,7 @@ export const useStudentFeeModule = () => {
513
513
  // ============================================================================
514
514
  const headerActions = useMemo(() => [
515
515
  {
516
- enabled: false,
516
+ enabled: true,
517
517
  handleOnClick: handleMoreActions,
518
518
  label: t("actionsButtonMoreActions"),
519
519
  order: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/fusion-storybook",
3
- "version": "0.2.37",
3
+ "version": "0.2.38",
4
4
  "scripts": {
5
5
  "build-storybook": "storybook build",
6
6
  "build:next": "next build",