fix: edit community backend

This commit is contained in:
jialin
2026-02-03 15:41:16 +08:00
parent 32f95f5d7d
commit cf3b225d3e
7 changed files with 72 additions and 32 deletions
@@ -4,6 +4,7 @@ import { createContext, useContext } from 'react';
interface FormContextProps {
action: PageActionType;
backendSource: string;
showCustomSuffix: boolean;
}
export const FormContext = createContext<FormContextProps | null>(