Skip to content

Commit ed7726d

Browse files
Copilothotlong
andcommitted
Fix compactLayout in event.object.ts to reference existing field
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 6561c66 commit ed7726d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/modern-fields/src/event.object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const Event = ObjectSchema.create({
1313
label: 'Event',
1414
icon: 'calendar',
1515
titleFormat: '{title}',
16-
compactLayout: ['title', 'start_date', 'location', 'status'],
16+
compactLayout: ['title', 'start_date', 'venue_address', 'status'],
1717
enable: {
1818
apiEnabled: true,
1919
trackHistory: true,

0 commit comments

Comments
 (0)