- refactored to fetch confis based on formats
- send configs based on formats
This commit is contained in:
@@ -48,10 +48,11 @@ export type CameraSettingErrorValues = Partial<Record<keyof CameraSettingValues,
|
||||
export type BearerTypeFieldType = {
|
||||
format: string;
|
||||
enabled: boolean;
|
||||
verbose: boolean;
|
||||
verbose?: boolean;
|
||||
};
|
||||
|
||||
export type InitialValuesForm = {
|
||||
format: string;
|
||||
backOfficeURL: string;
|
||||
username: string;
|
||||
password: string;
|
||||
|
||||
Reference in New Issue
Block a user