Skip to content

Commit

Permalink
fix wrong enum value
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <[email protected]>
  • Loading branch information
raintygao committed Mar 18, 2024
1 parent 393cbea commit 69328d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export enum TAB_ID {
export const DEFAULT_SIDECAR_DOCKED_MODE = SIDECAR_DOCKED_MODE.RIGHT;
export const DEFAULT_SIDECAR_LEFT_OR_RIGHT_SIZE = 460;
// this is a default padding top size for sidecar when switching to takeover
export const DEFAULT_SIDECAR_TAKEOVER_PADDING_TOP_SIZE = 460;
export const DEFAULT_SIDECAR_TAKEOVER_PADDING_TOP_SIZE = 136;

0 comments on commit 69328d2

Please sign in to comment.