mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-18 11:36:44 +08:00
show avatar dialog instead of default (#4033)
show avatar dialog instead of default - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
@ -29,8 +29,8 @@ export interface IGraph {
|
||||
edges: Edge[];
|
||||
}
|
||||
|
||||
export interface IFlow {
|
||||
avatar: null;
|
||||
export declare interface IFlow {
|
||||
avatar?: null | string;
|
||||
canvas_type: null;
|
||||
create_date: string;
|
||||
create_time: number;
|
||||
|
||||
Reference in New Issue
Block a user