mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: AI Assistance hide/unhide depending on the configuration (#2825)
* fix: gpt error handlijng * fix: enabling ai assistance only when it is configured.
This commit is contained in:
committed by
GitHub
parent
42ccd1de58
commit
3df4794e77
2
web/types/app.d.ts
vendored
2
web/types/app.d.ts
vendored
@@ -11,4 +11,6 @@ export interface IAppConfig {
|
||||
slack_client_id: string | null;
|
||||
posthog_api_key: string | null;
|
||||
posthog_host: string | null;
|
||||
has_openai_configured: boolean;
|
||||
has_unsplash_configured: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user