Skip to content

Commit

Permalink
Show header as it breaks login
Browse files Browse the repository at this point in the history
  • Loading branch information
hpatel-mm committed Oct 4, 2023
1 parent 4bd66b9 commit a81b96d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions client/dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/dist/bundle.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/src/js/TinyMCE_ssmedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
const options = {
...CLOUDINARY_CONFIG,
multiple: false,
remove_header: true,
};

const defaultTransformations = this.editor.getParam('default_transformations');
Expand Down
1 change: 0 additions & 1 deletion client/src/js/components/field.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export default class Field extends Component {
...CLOUDINARY_CONFIG,
multiple: !!isMultiple,
max_files: maxFiles - this.state.resources.length,
remove_header: true,
};

cloudinary.openMediaLibrary(options, {
Expand Down

0 comments on commit a81b96d

Please sign in to comment.