Sessions TTL should be of type string in ui-v2

This commit is contained in:
Stanley Shilov 2018-06-18 13:41:22 -05:00
parent 31b6e10391
commit c06dfb3d2d

View File

@ -13,7 +13,7 @@ export default Model.extend({
ModifyIndex: attr('number'),
LockDelay: attr('number'),
Behavior: attr('string'),
TTL: attr('number'),
TTL: attr('string'),
Checks: attr({
defaultValue: function() {
return [];