Skip to content

Commit

Permalink
Fix not to enable multiselect react on click by default
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 7, 2023
1 parent e63abab commit dbe6d67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions unauthenticated/js/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ var

// This option can be set to `nav`, `gray` or `white`
settings_side_slider_palette = 'nav',

// Multiselect on click
settings_multiselect_on_click = false,

// Show splash screen upon login
settings_embed_product_branding_privileged = true,
Expand Down

0 comments on commit dbe6d67

Please sign in to comment.