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 e4d71e637a
commit 51731e13be
1 changed files with 1 additions and 1 deletions

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 [];