increase application name size

This commit is contained in:
东皇 2018-06-01 18:26:06 +08:00
parent 4986ccd6c7
commit c8200f556f

View File

@ -9,7 +9,7 @@ export default BaseService.extend({
presence: true,
length: {
minimum: 1,
maximum: 36
maximum: 128
}
}
}