mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
fix child app update variables (#4385)
This commit is contained in:
@@ -40,6 +40,7 @@ export type ChatDispatchProps = {
|
||||
id: string; // May be the id of the system plug-in (cannot be used directly to look up the table)
|
||||
teamId: string;
|
||||
tmbId: string; // App tmbId
|
||||
isChildApp?: boolean;
|
||||
};
|
||||
runningUserInfo: {
|
||||
teamId: string;
|
||||
|
Reference in New Issue
Block a user