Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk committed Jan 10, 2025
1 parent 2b84533 commit 4c6325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/global/core/app/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { FlowNodeInputItemType } from '../workflow/type/io.d';
import { getAppChatConfig } from '../workflow/utils';
import { StoreNodeItemType } from '../workflow/type/node';
import { DatasetSearchModeEnum } from '../dataset/constants';
import { WorkflowTemplateBasicType } from 'core/workflow/type';
import { WorkflowTemplateBasicType } from '../workflow/type';
import { AppTypeEnum } from './constants';

export const getDefaultAppForm = (): AppSimpleEditFormType => {
Expand Down

0 comments on commit 4c6325e

Please sign in to comment.