- added nped category options for alert popups
- minor fix on modal for 'DISABLED' MCC
This commit is contained in:
@@ -423,6 +423,7 @@ export type NPEDSTATE = {
|
||||
sessionPaused: boolean;
|
||||
savedSightings: DedupedSightings;
|
||||
npedUser: NPEDUser;
|
||||
iscatEnabled: CategoryPopups;
|
||||
};
|
||||
|
||||
export type NPEDACTION = {
|
||||
@@ -430,3 +431,10 @@ export type NPEDACTION = {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
payload: any;
|
||||
};
|
||||
|
||||
export type CategoryPopups = {
|
||||
catA: boolean;
|
||||
catB: boolean;
|
||||
catC: boolean;
|
||||
catD: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user