Fix misspell relay connection name
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
@@ -94,7 +94,7 @@ function NewPeopleViewContent() {
|
|||||||
connections: [
|
connections: [
|
||||||
ConnectionHandler.getConnectionID(
|
ConnectionHandler.getConnectionID(
|
||||||
organizationId!,
|
organizationId!,
|
||||||
"PeopleListPage_peoples",
|
"PeopleListView_peoples",
|
||||||
{
|
{
|
||||||
orderBy: {
|
orderBy: {
|
||||||
direction: "ASC",
|
direction: "ASC",
|
||||||
@@ -114,7 +114,7 @@ function NewPeopleViewContent() {
|
|||||||
),
|
),
|
||||||
ConnectionHandler.getConnectionID(
|
ConnectionHandler.getConnectionID(
|
||||||
organizationId!,
|
organizationId!,
|
||||||
"ControlOverviewPage_peoples",
|
"MesureView_peoples",
|
||||||
{
|
{
|
||||||
orderBy: {
|
orderBy: {
|
||||||
direction: "ASC",
|
direction: "ASC",
|
||||||
|
|||||||
Reference in New Issue
Block a user