File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
richtext-lexical/src/field Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const RichTextComponent: React.FC<
106
106
CustomComponent = { Error }
107
107
Fallback = { < FieldError path = { path } showError = { showError } /> }
108
108
/>
109
- { Label || < FieldLabel label = { label } localized = { localized } required = { required } /> }
109
+ { Label || < FieldLabel label = { label } localized = { localized } path = { path } required = { required } /> }
110
110
< div className = { `${ baseClass } __wrap` } >
111
111
< ErrorBoundary fallbackRender = { fallbackRender } onReset = { ( ) => { } } >
112
112
{ BeforeInput }
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ const RichTextField: React.FC<LoadedSlateFieldProps> = (props) => {
313
313
314
314
return (
315
315
< div className = { classes } style = { styles } >
316
- { Label || < FieldLabel label = { label } required = { required } /> }
316
+ { Label || < FieldLabel label = { label } path = { path } required = { required } /> }
317
317
< div className = { `${ baseClass } __wrap` } >
318
318
< RenderCustomComponent
319
319
CustomComponent = { Error }
You can’t perform that action at this time.
0 commit comments