mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-03-13 03:49:07 +00:00
Fixed a bug in which 'APP_SETTINGS' appeared in the "send to" menu (#283)
This commit is contained in:
parent
f4780939fc
commit
657fda4961
@ -10,6 +10,7 @@ public static class ComponentsExtensions
|
|||||||
Components.NONE => false,
|
Components.NONE => false,
|
||||||
Components.ERI_ASSISTANT => false,
|
Components.ERI_ASSISTANT => false,
|
||||||
Components.BIAS_DAY_ASSISTANT => false,
|
Components.BIAS_DAY_ASSISTANT => false,
|
||||||
|
Components.APP_SETTINGS => false,
|
||||||
|
|
||||||
_ => true,
|
_ => true,
|
||||||
};
|
};
|
||||||
|
@ -3,3 +3,4 @@
|
|||||||
- Added an option to all data sources to select a local security policy. This preview feature is hidden behind the RAG feature flag.
|
- Added an option to all data sources to select a local security policy. This preview feature is hidden behind the RAG feature flag.
|
||||||
- Added an option to preselect data sources and options for new chats. This preview feature is hidden behind the RAG feature flag.
|
- Added an option to preselect data sources and options for new chats. This preview feature is hidden behind the RAG feature flag.
|
||||||
- Improved confidence card for small spaces.
|
- Improved confidence card for small spaces.
|
||||||
|
- Fixed a bug in which 'APP_SETTINGS' appeared as a valid destination in the "send to" menu.
|
Loading…
Reference in New Issue
Block a user