fix: update the requestId when switch model
This commit is contained in:
Vendored
+1
-1
@@ -38,7 +38,7 @@ declare namespace Global {
|
||||
interface HintOptions {
|
||||
label: string;
|
||||
value: string;
|
||||
opts?: Array<BaseOption<string>>;
|
||||
opts?: Array<BaseOption<string | number>>;
|
||||
}
|
||||
|
||||
type SearchParams = Pagination & { search?: string };
|
||||
|
||||
Reference in New Issue
Block a user