Skip to content

Commit

Permalink
GUI Metadata panel fix (showMetadata default value)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodichenko committed Nov 12, 2024
1 parent d654b4c commit 4127fd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/special/metadata/Metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ export default class Metadata extends localization.LocalizedReactComponent {
applyChanges: ApplyChanges.inline,
downloadable: true,
showContent: true,
removeAllAvailable: true
removeAllAvailable: true,
showMetadata: true
};

state = {
Expand Down

0 comments on commit 4127fd0

Please sign in to comment.