Move date limit for expiring alert into a variable in Vue component

This commit is contained in:
leigh-mil
2019-02-05 09:51:44 -05:00
parent 93e593e50d
commit 051e9d794f
2 changed files with 4 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ export default {
isAscending: false,
columns: indexBy(prop('displayName'), columns),
},
days_to_exp_alert_limit: 30,
}
},