fix(editor): Standardize capitalization of "Data table" across various files (no-changelog) (#19111)

This commit is contained in:
Svetoslav Dekov
2025-09-03 14:43:24 +03:00
committed by GitHub
parent 69e6498d24
commit 6bd4edf1ec
9 changed files with 18 additions and 17 deletions

View File

@@ -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' },
* },