revert: removes expanded option, cards should always start minimized

This commit is contained in:
Lewis Wynne 2026-03-23 18:56:49 +00:00
parent a96acdd0d2
commit 973541e24f
7 changed files with 5 additions and 13 deletions

View file

@ -10,7 +10,6 @@ const template = {
records: [
{
type: 'public',
expanded: true,
fields: [
{ label: 'Name', type: 'text' as const },
{ label: 'Species', type: 'species' as const },