CE-882 Put userId (email...) in context

This commit is contained in:
2024-04-28 20:34:07 -05:00
parent 33056963a4
commit 17893a0cfd
2 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,7 @@ interface QContext
pathToLabelMap?: {[path: string]: string};
branding?: QBrandingMetaData;
helpHelpActive?: boolean;
userId?: string;
}
const defaultState = {