diff --git a/CHANGELOG.md b/CHANGELOG.md index e433581c8b..eaaecb2750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Current (in progress) - Prevent UnicodeError on unicode URL validation error [#1844](https://github.com/opendatateam/udata/pull/1844) +- Hide save button in "Add resource" modal until form is visible (and prevent error) [#1846](https://github.com/opendatateam/udata/pull/1846) ## 1.5.2 (2018-08-08) diff --git a/js/components/dataset/resource/add-modal.vue b/js/components/dataset/resource/add-modal.vue index a41c3a4d6d..ddeed069de 100644 --- a/js/components/dataset/resource/add-modal.vue +++ b/js/components/dataset/resource/add-modal.vue @@ -1,23 +1,23 @@