updated geoPoint nonempty tooltip info

This commit is contained in:
Gani Georgiev
2025-04-16 08:08:53 +03:00
parent a2b89d7344
commit 51cbe437e5
31 changed files with 43 additions and 39 deletions
+4
View File
@@ -1237,6 +1237,10 @@ export default class CommonHelper {
return "false";
}
if (field?.type === "geoPoint") {
return '{"lon":0,"lat":0}';
}
if (field?.type === "json") {
return 'null, "", [], {}';
}