mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(editor): Standardize capitalization of "Data table" across various files (no-changelog) (#19111)
This commit is contained in:
@@ -253,7 +253,7 @@ export const useUIStore = defineStore(STORES.UI, () => {
|
||||
* @example
|
||||
* uiStore.registerCustomTabs('overview', 'data-table', [
|
||||
* {
|
||||
* label: 'Data Table',
|
||||
* label: 'Data table',
|
||||
* value: 'data-table',
|
||||
* to: { name: 'data-table' },
|
||||
* },
|
||||
|
||||
Reference in New Issue
Block a user