fix: model source error in catalog
This commit is contained in:
@@ -32,8 +32,8 @@ interface CatalogFormContextProps {
|
||||
quantizationOptions: Global.BaseOption<string>[];
|
||||
modeList: Global.BaseOption<string, { isBuiltIn: boolean; tips: string }>[];
|
||||
onModeChange: (val: string) => void;
|
||||
onSizeChange: (val: number) => void;
|
||||
onQuantizationChange: (val: string) => void;
|
||||
onSizeChange?: (val: number) => void;
|
||||
onQuantizationChange?: (val: string) => void;
|
||||
}
|
||||
|
||||
interface FormOuterContextProps {
|
||||
|
||||
Reference in New Issue
Block a user