summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/StepContainer.tsx
diff options
context:
space:
mode:
authorNate Sesti <33237525+sestinj@users.noreply.github.com>2023-06-25 13:50:23 -0700
committerGitHub <noreply@github.com>2023-06-25 13:50:23 -0700
commitf28a82dc2b929ddebdcf2589e24fc31a3b1078cc (patch)
tree8a87781af84b4acaf3bec75be7d42e93796b25cf /extension/react-app/src/components/StepContainer.tsx
parentad462728afc4e6a9e1402aff295010ced9cf2f7a (diff)
parent8db3dcb7b9f138b09d7cceedfa830fd150795b30 (diff)
downloadsncontinue-f28a82dc2b929ddebdcf2589e24fc31a3b1078cc.tar.gz
sncontinue-f28a82dc2b929ddebdcf2589e24fc31a3b1078cc.tar.bz2
sncontinue-f28a82dc2b929ddebdcf2589e24fc31a3b1078cc.zip
Merge pull request #153 from continuedev/function-calling
Function calling
Diffstat (limited to 'extension/react-app/src/components/StepContainer.tsx')
-rw-r--r--extension/react-app/src/components/StepContainer.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx
index 74a1c4e8..827d2d5f 100644
--- a/extension/react-app/src/components/StepContainer.tsx
+++ b/extension/react-app/src/components/StepContainer.tsx
@@ -200,6 +200,7 @@ function StepContainer(props: StepContainerProps) {
<>
<HeaderButtonWithText
+ disabled={props.historyNode.active as boolean}
onClick={(e) => {
e.stopPropagation();
props.onDelete();