Skip to content

Commit

Permalink
clf filters initialization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenr-egov committed Dec 23, 2024
1 parent f51cf7e commit 50e60ae
Show file tree
Hide file tree
Showing 4 changed files with 584 additions and 45 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import 'package:digit_dss/digit_dss.dart';
import 'package:isar/isar.dart';

import '../../../../models/app_config/app_config_model.dart';
import '../../../../models/privacy_notice/privacy_notice_model.dart';

part 'app_configuration.g.dart';

@Collection()
Expand Down Expand Up @@ -183,6 +179,13 @@ class SearchHouseHoldFilters {
late bool active;
}

@embedded
class SearchCLFFilters {
late String name;
late String code;
late bool active;
}

@embedded
class HouseholdMemberDeletionReasonOptions {
late String name;
Expand Down
Loading

0 comments on commit 50e60ae

Please sign in to comment.