refactor: rename entityContainerSchema to EntityContainer and update usage in receipt schema; change checkbox selector for consistency

This commit is contained in:
Lorenz Hilpert
2025-03-12 16:47:09 +01:00
parent 94919efd83
commit 57b5f30a66
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ export const CheckboxAppearance = {
export type CheckboxAppearance = (typeof CheckboxAppearance)[keyof typeof CheckboxAppearance];
@Component({
selector: 'ui-checkbox-bullet',
selector: 'ui-checkbox',
templateUrl: './checkbox.component.html',
styleUrls: ['./checkbox.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush,