|
|
|
@ -32,6 +32,7 @@ import { ModelTypeEnum } from '@/app/components/header/account-setting/model-pro
|
|
|
|
import { fetchMembers } from '@/service/common'
|
|
|
|
import { fetchMembers } from '@/service/common'
|
|
|
|
import type { Member } from '@/models/common'
|
|
|
|
import type { Member } from '@/models/common'
|
|
|
|
import { useDocLink } from '@/context/i18n'
|
|
|
|
import { useDocLink } from '@/context/i18n'
|
|
|
|
|
|
|
|
|
|
|
|
type SettingsModalProps = {
|
|
|
|
type SettingsModalProps = {
|
|
|
|
currentDataset: DataSet
|
|
|
|
currentDataset: DataSet
|
|
|
|
onCancel: () => void
|
|
|
|
onCancel: () => void
|
|
|
|
|