mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-25 01:43:27 +08:00
Fix: The form related to switching the dataset pipeline configuration was not rendered. (#17124)
This commit is contained in:
@@ -32,6 +32,8 @@ export const fetchBackendLanguage = (): Promise<string> => promise;
|
||||
|
||||
export const getBackendLanguage = (): string | null => backendLanguage;
|
||||
|
||||
export const isGoBackend = (): boolean => backendLanguage === 'go';
|
||||
|
||||
export const subscribeBackendLanguage = (listener: Listener): (() => void) => {
|
||||
listeners.add(listener);
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user