Commit d096a2e5 by CaIon

refactor: remove unused property from GEMINI_SETTING_EXAMPLE

parent d2fb485d
...@@ -31,8 +31,7 @@ import { useTranslation } from 'react-i18next'; ...@@ -31,8 +31,7 @@ import { useTranslation } from 'react-i18next';
import Text from '@douyinfe/semi-ui/lib/es/typography/text'; import Text from '@douyinfe/semi-ui/lib/es/typography/text';
const GEMINI_SETTING_EXAMPLE = { const GEMINI_SETTING_EXAMPLE = {
default: 'OFF', default: 'OFF'
HARM_CATEGORY_CIVIC_INTEGRITY: 'BLOCK_NONE',
}; };
const GEMINI_VERSION_EXAMPLE = { const GEMINI_VERSION_EXAMPLE = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment