Răsfoiți Sursa

Temporarily disable destination options for Azure

It should stay disabled until the `destination-options` API is
available.
Sergiu Miclea 8 ani în urmă
părinte
comite
a3d54cda19
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/config.js

+ 1 - 1
src/config.js

@@ -82,6 +82,6 @@ export const wizardConfig = {
 }
 
 // Providers for which `destination-options` API call will be made
-export const providersWithExtraOptions = ['azure']
+export const providersWithExtraOptions = []
 
 export const basename = process.env.PUBLIC_PATH