Skip to content

Commit

Permalink
Change 'normal' update mode to 'default' as documented (#11017)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Jan 18, 2023
1 parent ab55f6c commit 997eab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ export declare const enum UpdateModeEnum {
none = 'none',
hide = 'hide',
show = 'show',
normal = 'normal',
default = 'default',
active = 'active'
}

Expand Down

0 comments on commit 997eab4

Please sign in to comment.