Browse Source

fix disable option

Shahed Nasser 1 year ago
parent
commit
c055d50dc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      medusa-config.js

+ 1 - 1
medusa-config.js

@@ -134,7 +134,7 @@ const projectConfig = {
 module.exports = {
   projectConfig,
   admin: {
-    disabled: true
+    disable: true
   },
   plugins,
   modules,