fix: filter invalid/empty section items and experience roles

This commit is contained in:
Amruth Pillai
2026-05-11 09:27:14 +02:00
parent 334ea48bc7
commit 0713cf20d4
4 changed files with 152 additions and 26 deletions
@@ -104,8 +104,6 @@ export function RichInput({ value, onChange, style, className, editorClassName,
const textDirection = isRTL(i18n.locale) ? "rtl" : undefined;
const [isFullscreen, setIsFullscreen] = useState(false);
console.log(value);
const editor = useEditor({
...options,
extensions,