feat: rename to integrations

This commit is contained in:
amhsirak
2025-08-25 19:46:46 +05:30
parent 10b2a1b568
commit f06763d512

View File

@@ -680,7 +680,7 @@ export const RobotIntegrationPage = ({
// --- MAIN RENDER ---
if (!selectedIntegrationType && !integrationType) {
return (
<RobotConfigPage title="Integration Settings" onCancel={handleCancel} cancelButtonText={t("robot_edit.cancel")} showSaveButton={false} backToSelectionText={"← " + t("right_panel.buttons.back")} onBackToSelection={() => navigate(`/${robotPath}/${recordingId}/integrate`)}>
<RobotConfigPage title="Integration" onCancel={handleCancel} cancelButtonText={t("robot_edit.cancel")} showSaveButton={false} backToSelectionText={"← " + t("right_panel.buttons.back")} onBackToSelection={() => navigate(`/${robotPath}/${recordingId}/integrate`)}>
<div style={{ display: "flex", flexDirection: "column", alignItems: "flex-start", position: "relative", minHeight: "400px" }}>
<div style={{ display: "flex", flexDirection: "column", alignItems: "center", padding: "20px", width: "100%" }}>
<div style={{ display: "flex", gap: "20px" }}>