diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-06-25 13:50:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-25 13:50:23 -0700 |
commit | f28a82dc2b929ddebdcf2589e24fc31a3b1078cc (patch) | |
tree | 8a87781af84b4acaf3bec75be7d42e93796b25cf /extension/react-app/src/components/StepContainer.tsx | |
parent | ad462728afc4e6a9e1402aff295010ced9cf2f7a (diff) | |
parent | 8db3dcb7b9f138b09d7cceedfa830fd150795b30 (diff) | |
download | sncontinue-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.tsx | 1 |
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(); |