test: passing array fields test suite (#5383)

* test: array tests passing except bulk update

* test: passing array fields test suite
This commit is contained in:
Patrik
2024-03-20 12:00:56 -04:00
committed by GitHub
parent 0dd0f39250
commit cb5d005e68
62 changed files with 227 additions and 122 deletions

View File

@@ -1,7 +1,7 @@
import { slateEditor } from '@payloadcms/richtext-slate'
import type { CollectionConfig } from 'payload/types'
import { slateEditor } from '@payloadcms/richtext-slate'
import { DemoUIFieldCell } from '../components/DemoUIField/Cell.js'
import { DemoUIField } from '../components/DemoUIField/Field.js'
import {

View File

@@ -1,3 +1,4 @@
import { Button } from '@payloadcms/ui'
import LinkImport from 'next/link.js'
import React from 'react'