feat: use onCancel

This commit is contained in:
amhsirak
2025-09-19 00:39:52 +05:30
parent 02f09e0a45
commit 0e32ff0dd9

View File

@@ -694,7 +694,7 @@ export const RobotIntegrationPage = ({
return (
<RobotConfigPage
title={getIntegrationTitle()}
// onCancel={handleCancel}
onCancel={handleCancel}
cancelButtonText={t("buttons.cancel")}
showSaveButton={false}
// onBackToSelection={handleBack}