This commit is contained in:
2025-11-04 23:10:50 +05:00
parent 65a47e8028
commit cc3a9cd854
11 changed files with 348 additions and 12 deletions

View File

@@ -256,7 +256,7 @@ class CardOrderForm
->required()
->columnSpan(2),
])->columnSpan(4),
])->columnSpanFull(),
])->columnSpanFull()->skippable(fn (string $context) => $context === 'edit'),
]);
}
}