Migrate block and field doc label

This commit is contained in:
HarelM
2023-12-21 10:39:54 +02:00
parent 19fc3970a9
commit 0e39476bd9
2 changed files with 26 additions and 28 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react'
import {MdInfoOutline, MdHighlightOff} from 'react-icons/md'
type FieldDocLabelProps = {
label: object | string
label: object | string | undefined
fieldSpec?: {
doc?: string
}