Fix: No LLM hints when adding a dataset for the first time.
This commit is contained in:
parent
367a7198a1
commit
8642ed81bc
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export const useFetchTenantInfo = (
|
|||
): ResponseGetType<ITenantInfo> => {
|
||||
const { t } = useTranslation();
|
||||
const { data, isFetching: loading } = useQuery({
|
||||
queryKey: [UserSettingApiAction.TenantInfo],
|
||||
queryKey: [UserSettingApiAction.TenantInfo, showEmptyModelWarn],
|
||||
initialData: {},
|
||||
gcTime: 0,
|
||||
queryFn: async () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue