Skip to content

Commit

Permalink
enable release banner
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta committed Jan 29, 2025
1 parent af80fca commit 5435692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/src/application-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const DEFAULT_APPLICATION_CONFIG: Required<KeplerApplicationConfig<mapboxgl.Map>
table: null,

useArrowProgressiveLoading: true,
showReleaseBanner: false
showReleaseBanner: true
};

const applicationConfig: Required<KeplerApplicationConfig<mapboxgl.Map>> =
Expand Down

0 comments on commit 5435692

Please sign in to comment.