chore: update ui refs in plugins
This commit is contained in:
@@ -7,14 +7,14 @@ import { CodeEditor } from '../../elements/CodeEditor/index.js'
|
||||
import { Label as LabelComp } from '../../forms/Label/index.js'
|
||||
import { useField } from '../../forms/useField/index.js'
|
||||
import { withCondition } from '../../forms/withCondition/index.js'
|
||||
import { fieldBaseClass } from '../shared.js'
|
||||
import { fieldBaseClass } from '../shared/index.js'
|
||||
import './index.scss'
|
||||
|
||||
const baseClass = 'json-field'
|
||||
|
||||
import type { FieldBase, JSONField as JSONFieldType } from 'payload/types'
|
||||
|
||||
import type { FormFieldBase } from '../shared.js'
|
||||
import type { FormFieldBase } from '../shared/index.js'
|
||||
|
||||
export type JSONFieldProps = FormFieldBase & {
|
||||
editorOptions?: JSONFieldType['admin']['editorOptions']
|
||||
|
||||
Reference in New Issue
Block a user