Fix misspell relay connection name

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-04-14 18:32:07 -07:00
parent b3919aa8c1
commit a4312db9ce

View File

@@ -94,7 +94,7 @@ function NewPeopleViewContent() {
connections: [
ConnectionHandler.getConnectionID(
organizationId!,
"PeopleListPage_peoples",
"PeopleListView_peoples",
{
orderBy: {
direction: "ASC",
@@ -114,7 +114,7 @@ function NewPeopleViewContent() {
),
ConnectionHandler.getConnectionID(
organizationId!,
"ControlOverviewPage_peoples",
"MesureView_peoples",
{
orderBy: {
direction: "ASC",