Browse Source

Fix ImageSource onError callback

Thibaud Colas 7 năm trước cách đây
mục cha
commit
6f9ac80f5f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/src/components/Draftail/sources/ImageSource.js

+ 1 - 1
client/src/components/Draftail/sources/ImageSource.js

@@ -31,7 +31,7 @@ class ImageSource extends ModalSource {
       responses: {
         imageChosen: this.parseData,
       },
-      onError() {
+      onError: () => {
         // eslint-disable-next-line no-alert
         window.alert(STRINGS.SERVER_ERROR);
         onClose();