Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const config: StorybookConfig = {
options: {}
},
docs: {},
staticDirs: ['../public'],
typescript: {
reactDocgen: false
}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel

### Changed

- Hide "Export Metadata" on dataset and file pages that are not for the latest published dataset version.
- Show "Export Metadata" on dataset and file pages for draft version.
- Avoided prop-drilling for file, guestbook, user and external tool repository, so used context to share repository instances.

### Fixed
Expand Down
Loading
Loading