mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
chore(core): Rename Data Store module to Data Table (no-changelog) (#18675)
This commit is contained in:
@@ -306,8 +306,8 @@ export const setupTestServer = ({
|
||||
await import('@/modules/insights/insights.module');
|
||||
break;
|
||||
|
||||
case 'data-store':
|
||||
await import('@/modules/data-store/data-store.module');
|
||||
case 'data-table':
|
||||
await import('@/modules/data-table/data-table.module');
|
||||
break;
|
||||
|
||||
case 'module-settings':
|
||||
|
||||
Reference in New Issue
Block a user