Fix: The form related to switching the dataset pipeline configuration was not rendered. (#17124)

This commit is contained in:
balibabu
2026-07-21 10:12:41 +08:00
committed by GitHub
parent 178b40cb25
commit c098c4c296
7 changed files with 124 additions and 22 deletions

View File

@@ -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 () => {