0.1.6 - hot-hotfix

This commit is contained in:
Elvanos 2021-04-30 17:05:23 +02:00
parent 1f4e1941cf
commit b91b6b845c
2 changed files with 2 additions and 2 deletions

View file

@ -382,7 +382,7 @@ export const locationsBlueprint: I_Blueprint = {
sizing: 6,
relationshipSettings: {
connectedObjectType: "religions",
connectedField: "connectedLocations"
connectedField: "collectedLocations"
}
},
{

View file

@ -266,7 +266,7 @@ export const religionsBlueprint: I_Blueprint = {
}
},
{
id: "connectedLocations",
id: "collectedLocations",
name: "Connected Locations",
type: "manyToManyRelationship",
icon: "mdi-map-marker-radius",