Move date limit for expiring alert into a variable in Vue component
This commit is contained in:
@@ -74,6 +74,7 @@ export default {
|
||||
isAscending: false,
|
||||
columns: indexBy(prop('displayName'), columns),
|
||||
},
|
||||
days_to_exp_alert_limit: 30,
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user