chore: provider masked api-key
This commit is contained in:
@@ -5,6 +5,8 @@ import { maasProviderType } from '.';
|
||||
interface FormContextProps {
|
||||
providerType?: maasProviderType;
|
||||
action?: PageActionType;
|
||||
currentData?: any;
|
||||
id?: number;
|
||||
}
|
||||
|
||||
const FormContext = createContext<FormContextProps>({});
|
||||
|
||||
Reference in New Issue
Block a user