diff --git a/packages/nc-gui/components/account/Setup.vue b/packages/nc-gui/components/account/Setup.vue
index 968acfe7b5..233d2c2cdf 100644
--- a/packages/nc-gui/components/account/Setup.vue
+++ b/packages/nc-gui/components/account/Setup.vue
@@ -37,16 +37,16 @@ const configs = computed(() => [
},
configured: storageConfigured.value,
},
- {
- title: t('labels.switchToProd'),
- key: 'switchToProd',
- description: 'Switch to production-ready app database from existing application database.',
- docsLink: 'https://docs.nocodb.com',
- buttonClick: () => {
- // TODO: Implement the logic to switch to production
- },
- isPending: !(appInfo.value as any)?.prodReady,
- },
+ // {
+ // title: t('labels.switchToProd'),
+ // key: 'switchToProd',
+ // description: 'Switch to production-ready app database from existing application database.',
+ // docsLink: 'https://docs.nocodb.com',
+ // buttonClick: () => {
+ // // TODO: Implement the logic to switch to production
+ // },
+ // isPending: !(appInfo.value as any)?.prodReady,
+ // },
])
onMounted(async () => {
diff --git a/packages/nc-gui/components/account/setup/List.vue b/packages/nc-gui/components/account/setup/List.vue
index 434421b56e..4638e4d712 100644
--- a/packages/nc-gui/components/account/setup/List.vue
+++ b/packages/nc-gui/components/account/setup/List.vue
@@ -65,7 +65,7 @@ const closeResetModal = () => {
icon="delete"
class="text-error min-w-6 h-6 bg-white-500 !hidden !group-hover:!inline cursor-pointer"
/>
-
+