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'){
|
if (slug == 'current_landuse_group'){
|
||||||
const edits = {
|
const edits = {
|
||||||
['current_landuse_verified']: TRUE
|
['current_landuse_verified']: true
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
const edits = {
|
const edits = {
|
||||||
|
Loading…
Reference in New Issue
Block a user