mirror of
https://github.com/Nikhil-Doye/workflow-builder.git
synced 2026-07-22 02:01:56 +02:00
Consolidate database operation labels into a single entry for improved clarity
- Updated the ConfigurationWizard component to unify individual database operation labels (query, insert, update, delete) under a single "Database Operations" label. - This change enhances the clarity of the configuration interface and aligns with recent refactoring efforts to streamline database management.
This commit is contained in:
@@ -195,10 +195,7 @@ export const ConfigurationWizard: React.FC<ConfigurationWizardProps> = ({
|
||||
embeddingGenerator: "Embedding Generator",
|
||||
similaritySearch: "Similarity Search",
|
||||
structuredOutput: "Structured Output",
|
||||
databaseQuery: "Database Query",
|
||||
databaseInsert: "Database Insert",
|
||||
databaseUpdate: "Database Update",
|
||||
databaseDelete: "Database Delete",
|
||||
database: "Database Operations",
|
||||
};
|
||||
return labels[type] || "New Node";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user