Skip to content

Commit

Permalink
fix duplicate PANEL_LOAD_TIMEOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed May 8, 2024
1 parent 8900d15 commit e52c5c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/packages/operators/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export const PALETTE_CONTROL_KEYS = ["Enter", "Escape"];
export const RESOLVE_PLACEMENTS_TTL = 2500;
export const RESOLVE_TYPE_TTL = 500;
export const RESOLVE_INPUT_VALIDATION_TTL = 750;
export const PANEL_LOAD_TIMEOUT = 3000;
export enum OPERATOR_PROMPT_AREAS {
DRAWER_LEFT = "operator_prompt_area_drawer_left",
DRAWER_RIGHT = "operator_prompt_area_drawer_right",
Expand Down

0 comments on commit e52c5c1

Please sign in to comment.