Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
add new params
Browse files Browse the repository at this point in the history
  • Loading branch information
quanvo0213 committed Mar 21, 2024
1 parent 0696472 commit 397cffe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions superset-frontend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ export const URL_PARAMS = {
name: 'isKatalonEmbeddedMode',
type: 'boolean',
},
projectId: {
name: 'projectId',
type: 'string',
},
accessToken: {
name: 'accessToken',
type: 'string',
},
} as const;

export const RESERVED_CHART_URL_PARAMS: string[] = [
Expand Down

0 comments on commit 397cffe

Please sign in to comment.