feat(editor): Add front-end for Data Store feature (#17590)

This commit is contained in:
Milorad FIlipović
2025-07-31 13:07:00 +02:00
committed by GitHub
parent b745cad72c
commit b89c254394
35 changed files with 1820 additions and 99 deletions

View File

@@ -575,6 +575,7 @@ export const enum VIEWS {
WORKFLOW_HISTORY = 'WorkflowHistory',
WORKER_VIEW = 'WorkerView',
PROJECTS = 'Projects',
PROJECT_DETAILS = 'ProjectDetails',
PROJECTS_WORKFLOWS = 'ProjectsWorkflows',
PROJECTS_CREDENTIALS = 'ProjectsCredentials',
PROJECT_SETTINGS = 'ProjectSettings',