Skip to content

Commit e900161

Browse files
Update LayoutCard story in DataForm to use card layout (WordPress#73695)
Co-authored-by: jameskoster <jameskoster@git.wordpress.org> Co-authored-by: oandregal <oandregal@git.wordpress.org>
1 parent e200f74 commit e900161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/dataviews/src/stories/dataform.story.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,7 @@ const LayoutCardComponent = ( {
16251625

16261626
const form: Form = useMemo(
16271627
() => ( {
1628+
layout: { type: 'card' },
16281629
fields: [
16291630
{
16301631
id: 'customerCard',

0 commit comments

Comments
 (0)