feat: update API endpoint, add hardcoded auth token, and configure detail page highlight key
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ import { useForm, FormProvider } from 'react-hook-form';
|
|||||||
import { zodResolver } from '@hookform/resolvers/zod';
|
import { zodResolver } from '@hookform/resolvers/zod';
|
||||||
import type { BaseEntity } from '@repo/core-api/data-services';
|
import type { BaseEntity } from '@repo/core-api/data-services';
|
||||||
|
|
||||||
import type { ActionModalConfig, ActionModalState, ModuleActionType } from '../entities/entity';
|
import type { ActionModalConfig, ActionModalState, ModuleActionType } from '../../entities/entity';
|
||||||
import { ModuleAction } from '../entities/entity';
|
import { ModuleAction } from '../../entities/entity';
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Types
|
// Types
|
||||||
+1
-1
@@ -14,7 +14,7 @@ import {
|
|||||||
} from '@mantine/core';
|
} from '@mantine/core';
|
||||||
import { useLocalStorage } from '@mantine/hooks';
|
import { useLocalStorage } from '@mantine/hooks';
|
||||||
import { ChevronRight, LucideIcon, Maximize2, Minimize2 } from 'lucide-react'; // <-- Update Import Icon
|
import { ChevronRight, LucideIcon, Maximize2, Minimize2 } from 'lucide-react'; // <-- Update Import Icon
|
||||||
import { PageActions, PageActionsProps } from '../../../components';
|
import { PageActions, PageActionsProps } from '../../../../components';
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Types
|
// Types
|
||||||
Reference in New Issue
Block a user