Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit f17dd8b

Browse files
Update BatchChangesChangelogAlert.tsx (#57543)
1 parent 043589f commit f17dd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/web/src/enterprise/batches/list/BatchChangesChangelogAlert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const CURRENT_VERSION = '5.2'
1919
* After every release, this will be set back to `false`. Chromatic will also verify
2020
* changes to this variable via visual regression testing.
2121
*/
22-
const SHOW_CHANGELOG = true
22+
const SHOW_CHANGELOG = false
2323

2424
interface BatchChangesChangelogAlertProps {
2525
className?: string

0 commit comments

Comments
 (0)