Update frontend/src/components/RichTextField.tsx
This commit is contained in:
parent
bcacc17197
commit
58d3e8942d
@ -3,6 +3,10 @@ import { Editor } from '@tinymce/tinymce-react';
|
||||
import { tinyKey } from '../config';
|
||||
import { useAppSelector } from '../stores/hooks';
|
||||
|
||||
console.log(tinyKey)
|
||||
console.log(process.env.TINY_KEY)
|
||||
console.log(process.env)
|
||||
|
||||
export const RichTextField = ({ options, field, form, itemRef, showField }) => {
|
||||
const [value, setValue] = useState(null);
|
||||
const darkMode = useAppSelector((state) => state.style.darkMode);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user