Fix vendor pages permissions handling
Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user