parent
2e89af9795
commit
d08a43bc23
|
@ -1,5 +1,6 @@
|
||||||
module.exports = Self => {
|
module.exports = Self => {
|
||||||
require('../methods/state/editableStates')(Self);
|
require('../methods/state/editableStates')(Self);
|
||||||
|
require('../methods/state/isEditable')(Self);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if the alertLevel of a state is 0.
|
* Checks if the alertLevel of a state is 0.
|
||||||
|
|
Loading…
Reference in New Issue