Browse Source

fix disable option

Shahed Nasser 1 năm trước cách đây
mục cha
commit
c055d50dc4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,