فهرست منبع

examples: fix a case typo :)

Renée Kooi 5 سال پیش
والد
کامیت
4dce124013
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      website/src/examples/dashboard/app.es6

+ 1 - 1
website/src/examples/dashboard/app.es6

@@ -84,7 +84,7 @@ function uppySetOptions () {
     theme: opts.darkMode ? 'dark' : 'light'
   })
 
-  const GoogleDriveInstance = window.uppy.getPlugin('GoogleDrive')
+  const googleDriveInstance = window.uppy.getPlugin('GoogleDrive')
   if (opts.GoogleDrive && !googleDriveInstance) {
     window.uppy.use(GoogleDrive, { target: Dashboard, companionUrl: COMPANION })
   }