feat: update API endpoint, add hardcoded auth token, and configure detail page highlight key

This commit is contained in:
Firman Ramdhani
2026-07-20 15:15:01 +07:00
parent ac049c7cf7
commit 7cec05464a
2 changed files with 3 additions and 3 deletions
@@ -4,8 +4,8 @@ import { useForm, FormProvider } from 'react-hook-form';
import { zodResolver } from '@hookform/resolvers/zod';
import type { BaseEntity } from '@repo/core-api/data-services';
import type { ActionModalConfig, ActionModalState, ModuleActionType } from '../entities/entity';
import { ModuleAction } from '../entities/entity';
import type { ActionModalConfig, ActionModalState, ModuleActionType } from '../../entities/entity';
import { ModuleAction } from '../../entities/entity';
// ---------------------------------------------------------------------------
// Types
@@ -14,7 +14,7 @@ import {
} from '@mantine/core';
import { useLocalStorage } from '@mantine/hooks';
import { ChevronRight, LucideIcon, Maximize2, Minimize2 } from 'lucide-react'; // <-- Update Import Icon
import { PageActions, PageActionsProps } from '../../../components';
import { PageActions, PageActionsProps } from '../../../../components';
// ---------------------------------------------------------------------------
// Types