mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 18:15:06 +08:00
### What problem does this PR solve? fix: add group id field to ApiKeyModal #1353 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
5
web/src/pages/user-setting/interface.ts
Normal file
5
web/src/pages/user-setting/interface.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export interface ApiKeyPostBody {
|
||||
api_key: string;
|
||||
base_url: string;
|
||||
group_id?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user