Skip to content

Commit d82362a

Browse files
atrakhConvex, Inc.
authored and
Convex, Inc.
committedApr 3, 2025·
enable index filters in self-hosted dashboard (#36185)
GitOrigin-RevId: 0a257f4f64bb4026f61073f9546d86f765bfd16c
1 parent 363000b commit d82362a

File tree

1 file changed

+1
-1
lines changed
  • npm-packages/dashboard-self-hosted/src/pages

1 file changed

+1
-1
lines changed
 

‎npm-packages/dashboard-self-hosted/src/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const deploymentInfo: Omit<DeploymentInfo, "deploymentUrl" | "adminKey"> = {
220220
projectsURI: "",
221221
deploymentsURI: "",
222222
isSelfHosted: true,
223-
enableIndexFilters: false,
223+
enableIndexFilters: true,
224224
};
225225

226226
function DeploymentInfoProvider({

0 commit comments

Comments
 (0)
Please sign in to comment.