feat(richtext-lexical): initial working BlocksFeature
This commit is contained in:
@@ -38,7 +38,7 @@ export const LinkDrawer: React.FC<Props> = ({
|
||||
|
||||
const onChange: FormProps['onChange'][0] = useCallback(
|
||||
async ({ formState: prevFormState }) => {
|
||||
return getFormState({
|
||||
return await getFormState({
|
||||
apiRoute: config.routes.api,
|
||||
body: {
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user