fix child app update variables (#4385)

This commit is contained in:
heheer
2025-03-28 17:36:07 +08:00
committed by GitHub
parent 0ed99d8c9a
commit a37c75159f
5 changed files with 20 additions and 8 deletions

View File

@@ -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;