add optional projectId - unused so far

This commit is contained in:
Mary Hipp 2023-07-31 13:23:07 -04:00 committed by psychedelicious
parent 81654daed7
commit 1b131e328a

View File

@ -28,6 +28,7 @@ interface Props extends PropsWithChildren {
config?: PartialAppConfig;
headerComponent?: ReactNode;
middleware?: Middleware[];
projectId?: string;
}
const InvokeAIUI = ({
@ -36,6 +37,7 @@ const InvokeAIUI = ({
config,
headerComponent,
middleware,
projectId,
}: Props) => {
useEffect(() => {
// configure API client token