mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(editor): Add Beta tag to Data Tables (no-changelog) (#19458)
This commit is contained in:
@@ -131,6 +131,9 @@ const tag = computed(() => {
|
||||
if (description.value.toLowerCase().includes('deprecated')) {
|
||||
return { text: i18n.baseText('nodeCreator.nodeItem.deprecated'), type: 'info' };
|
||||
}
|
||||
if (props.nodeType.name.includes('dataTable')) {
|
||||
return { text: i18n.baseText('nodeCreator.nodeItem.beta'), type: 'info' };
|
||||
}
|
||||
return undefined;
|
||||
});
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@ export const DataStoreModule: FrontendModuleDescription = {
|
||||
{
|
||||
label: i18n.baseText('dataStore.dataStores'),
|
||||
value: DATA_STORE_VIEW,
|
||||
tag: i18n.baseText('generic.betaProper'),
|
||||
to: {
|
||||
name: DATA_STORE_VIEW,
|
||||
},
|
||||
@@ -79,6 +80,7 @@ export const DataStoreModule: FrontendModuleDescription = {
|
||||
{
|
||||
label: i18n.baseText('dataStore.dataStores'),
|
||||
value: PROJECT_DATA_STORES,
|
||||
tag: i18n.baseText('generic.betaProper'),
|
||||
dynamicRoute: {
|
||||
name: PROJECT_DATA_STORES,
|
||||
includeProjectId: true,
|
||||
|
||||
Reference in New Issue
Block a user