fix: edit community backend
This commit is contained in:
@@ -4,6 +4,7 @@ import { createContext, useContext } from 'react';
|
||||
interface FormContextProps {
|
||||
action: PageActionType;
|
||||
backendSource: string;
|
||||
showCustomSuffix: boolean;
|
||||
}
|
||||
|
||||
export const FormContext = createContext<FormContextProps | null>(
|
||||
|
||||
Reference in New Issue
Block a user