We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2daa49 commit 4d8b7f7Copy full SHA for 4d8b7f7
1 file changed
src/modules/entities.ts
@@ -52,7 +52,7 @@ function createEntityHandler(
52
const isDevMode = typeof window !== "undefined"
53
? new URLSearchParams(window.location.search).get("use_dev_table") === "true"
54
: false;
55
- const headers = { "X-Use-Dev-Table": String(isDevMode) };
+ const headers = { "X-Dev-Mode": String(isDevMode) };
56
57
return {
58
// List entities with optional pagination and sorting
0 commit comments