fix bool
This commit is contained in:
parent
48673e3dbd
commit
b512c58f90
@ -249,7 +249,7 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
|
||||
|
||||
if (slug == 'current_landuse_group'){
|
||||
const edits = {
|
||||
['current_landuse_verified']: TRUE
|
||||
['current_landuse_verified']: true
|
||||
};
|
||||
} else {
|
||||
const edits = {
|
||||
|
Loading…
Reference in New Issue
Block a user