feat: highlight expired date and datetime attributes
This commit is contained in:
@@ -8,6 +8,7 @@ export type AttributeSchema = {
|
||||
name: string;
|
||||
isApplicableToGroup: boolean;
|
||||
isShownOnDashboard: boolean;
|
||||
isHighlightIfExpired: boolean;
|
||||
isNullable: boolean;
|
||||
defaultValue: (boolean | number | string | null);
|
||||
typeId: number;
|
||||
|
||||
@@ -7,6 +7,7 @@ export type BaseAttributeSchema = {
|
||||
name: string;
|
||||
isApplicableToGroup: boolean;
|
||||
isShownOnDashboard: boolean;
|
||||
isHighlightIfExpired: boolean;
|
||||
isNullable: boolean;
|
||||
defaultValue: (boolean | number | string | null);
|
||||
typeId: number;
|
||||
|
||||
Reference in New Issue
Block a user