Fix vendor pages permissions handling

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2026-01-02 13:52:56 +01:00
committed by Bryan Frimin
parent aa6ca266d0
commit 44ce8fdbe6
34 changed files with 1205 additions and 443 deletions

View File

@@ -19,7 +19,7 @@ import type { LoadMoreFn } from "react-relay";
import type { OperationType } from "relay-runtime";
type Order = {
direction: string;
direction: "ASC" | "DESC";
field: string;
};