Untitled
unknown
plain_text
4 years ago
183 B
5
Indexable
function isEdit (group : IGroup) {
if($config.isStaff){
return true
}
if (group.state === "APPROVED" ) {
return false
}
return true
}Editor is loading...