Skip to content

Commit 0e32ff0

Browse files
committed
feat: use onCancel
1 parent 02f09e0 commit 0e32ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/robot/pages/RobotIntegrationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ export const RobotIntegrationPage = ({
694694
return (
695695
<RobotConfigPage
696696
title={getIntegrationTitle()}
697-
// onCancel={handleCancel}
697+
onCancel={handleCancel}
698698
cancelButtonText={t("buttons.cancel")}
699699
showSaveButton={false}
700700
// onBackToSelection={handleBack}

0 commit comments

Comments
 (0)