diff --git a/demo/src/pages/Editor/index.tsx b/demo/src/pages/Editor/index.tsx index a0890f558..7177460de 100644 --- a/demo/src/pages/Editor/index.tsx +++ b/demo/src/pages/Editor/index.tsx @@ -198,7 +198,7 @@ export default function Editor() { const dispatch = useDispatch(); const history = useHistory(); const templateData = useAppSelector('template'); - const [locale, setLocale] = useState('zh-Hans'); + const [locale, setLocale] = useState('en'); const { addCollection, removeCollection, collectionCategory } = useCollection(); const [visible, setVisible] = useState(false); const [text, setText] = useState('');