Show toast when enabling auto-approve on non-settings UI

This commit is contained in:
Will Chen
2025-04-18 13:49:06 -07:00
parent 5e95ae3686
commit a4629e7698
3 changed files with 16 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ export default function SettingsPage() {
<div className="space-y-4">
<div className="space-y-2">
<AutoApproveSwitch />
<AutoApproveSwitch showToast={false} />
<div className="text-sm text-gray-500 dark:text-gray-400">
This will automatically approve code changes and run them.
</div>