mirror of
https://github.com/langgenius/dify.git
synced 2026-06-10 18:24:09 +08:00
Co-authored-by: archievi <13202986+archievi@users.noreply.github.com>
This commit is contained in:
parent
1ae98b3ea4
commit
72c92fa60a
@ -29,7 +29,7 @@ import { basePath } from '@/utils/var'
|
||||
import { useTextGenerationCurrentProviderAndModelAndModelList } from '../../../header/account-setting/model-provider-page/hooks'
|
||||
|
||||
type Props = {
|
||||
appId: string
|
||||
readonly appId: string
|
||||
}
|
||||
|
||||
const defaultModelConfig = {
|
||||
|
||||
@ -7,8 +7,8 @@ import WorkflowPreview from '@/app/components/workflow/workflow-preview'
|
||||
import { useGetTryAppFlowPreview } from '@/service/use-try-app'
|
||||
|
||||
type Props = {
|
||||
appId: string
|
||||
className?: string
|
||||
readonly appId: string
|
||||
readonly className?: string
|
||||
}
|
||||
|
||||
const FlowAppPreview: FC<Props> = ({
|
||||
|
||||
@ -6,8 +6,8 @@ import BasicAppPreview from './basic-app-preview'
|
||||
import FlowAppPreview from './flow-app-preview'
|
||||
|
||||
type Props = {
|
||||
appId: string
|
||||
appDetail: TryAppInfo
|
||||
readonly appId: string
|
||||
readonly appDetail: TryAppInfo
|
||||
}
|
||||
|
||||
const Preview: FC<Props> = ({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user