mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-21 05:51:46 +10:00
fix: filter invalid/empty section items and experience roles
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user