@appcorp/fusion-storybook 0.2.82 → 0.2.84
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.
- package/base-modules/attendance/context.js +1 -1
- package/base-modules/expense/context.js +1 -1
- package/base-modules/family/context.js +1 -1
- package/base-modules/family-member/context.js +1 -1
- package/base-modules/fee-structure/context.js +1 -1
- package/package.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
|
@@ -346,7 +346,7 @@ export const useAttendanceModule = () => {
|
|
|
346
346
|
// ==========================================================================
|
|
347
347
|
const headerActions = useMemo(() => [
|
|
348
348
|
{
|
|
349
|
-
enabled:
|
|
349
|
+
enabled: true,
|
|
350
350
|
handleOnClick: handleMoreActions,
|
|
351
351
|
label: t("actionsButtonMoreActions"),
|
|
352
352
|
order: 0,
|
|
@@ -405,7 +405,7 @@ export const useExpenseModule = () => {
|
|
|
405
405
|
// ============================================================================
|
|
406
406
|
const headerActions = useMemo(() => [
|
|
407
407
|
{
|
|
408
|
-
enabled:
|
|
408
|
+
enabled: true,
|
|
409
409
|
handleOnClick: handleMoreActions,
|
|
410
410
|
label: t("actionsButtonMoreActions"),
|
|
411
411
|
order: 0,
|
|
@@ -386,7 +386,7 @@ export const useFamilyModule = () => {
|
|
|
386
386
|
// ==========================================================================
|
|
387
387
|
const headerActions = useMemo(() => [
|
|
388
388
|
{
|
|
389
|
-
enabled:
|
|
389
|
+
enabled: true,
|
|
390
390
|
handleOnClick: handleMoreActions,
|
|
391
391
|
label: t("actionsButtonMoreActions"),
|
|
392
392
|
order: 1,
|
|
@@ -428,7 +428,7 @@ export const useFamilyMemberModule = () => {
|
|
|
428
428
|
// ============================================================================
|
|
429
429
|
const headerActions = useMemo(() => [
|
|
430
430
|
{
|
|
431
|
-
enabled:
|
|
431
|
+
enabled: true,
|
|
432
432
|
handleOnClick: handleMoreActions,
|
|
433
433
|
label: t("actionsButtonMoreActions"),
|
|
434
434
|
order: 1,
|
|
@@ -350,7 +350,7 @@ export const useFeeStructureModule = () => {
|
|
|
350
350
|
// ============================================================================
|
|
351
351
|
const headerActions = useMemo(() => [
|
|
352
352
|
{
|
|
353
|
-
enabled:
|
|
353
|
+
enabled: true,
|
|
354
354
|
handleOnClick: handleMoreActions,
|
|
355
355
|
label: t("actionsButtonMoreActions"),
|
|
356
356
|
order: 0,
|