mirror of
https://github.com/maputnik/editor.git
synced 2026-02-26 14:30:01 +00:00
Migrate block and field doc label
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user