mirror of https://github.com/status-im/consul.git
Remove validation for presence of KV values
This commit is contained in:
parent
caf3bf17f0
commit
6a407a044e
|
@ -1,5 +1,4 @@
|
|||
import { validatePresence, validateLength } from 'ember-changeset-validations/validators';
|
||||
export default {
|
||||
Key: [validatePresence(true), validateLength({ min: 1 })],
|
||||
Value: validatePresence(true),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue