Sessions TTL should be of type string in ui-v2
This commit is contained in:
parent
e4d71e637a
commit
51731e13be
|
@ -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 [];
|
||||
|
|
Loading…
Reference in New Issue