You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
33
33
- Added disclaimer text and custom popup text to Publish Dataset modal for better communication of the implications of publishing a dataset. The text can be configured through the runtime configuration.
34
34
- Dataset page Terms tab title now depends on permissions: users with dataset update permission see `Terms and Guestbook`, and read-only users see `Terms`.
35
35
- Avoided prop-drilling for collection repository, so used context to share epository instances.
36
+
- Avoided prop-drilling for dataset repository, so used context to share repository instances. (#963)
key={selectedTemplate ? selectedTemplate.id : 'no-template-selected'}// We use the template id as key to force remounting the form when the template changes
0 commit comments