summaryrefslogtreecommitdiff
path: root/extension/react-app/src
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-20 21:51:38 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-20 21:51:38 -0700
commitbb5fc9624a940fe499f4748ca6df7d91e06edac4 (patch)
treed9c20c34f7b99259fc533f80c239514bcfb0f9c7 /extension/react-app/src
parenta06fc2a82de1ca55ea6f748baa297cf6fbb57222 (diff)
downloadsncontinue-bb5fc9624a940fe499f4748ca6df7d91e06edac4.tar.gz
sncontinue-bb5fc9624a940fe499f4748ca6df7d91e06edac4.tar.bz2
sncontinue-bb5fc9624a940fe499f4748ca6df7d91e06edac4.zip
function calling! many changes here
Diffstat (limited to 'extension/react-app/src')
-rw-r--r--extension/react-app/src/tabs/gui.tsx8
1 files changed, 5 insertions, 3 deletions
diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx
index f0e3ffd4..24529967 100644
--- a/extension/react-app/src/tabs/gui.tsx
+++ b/extension/react-app/src/tabs/gui.tsx
@@ -426,9 +426,9 @@ function GUI(props: GUIProps) {
}}
hidden={!showDataSharingInfo}
>
- By turning on this switch, you signal that you would
- contribute this software development data to a publicly
- accessible, open-source dataset in the future.
+ By turning on this switch, you signal that you would contribute this
+ software development data to a publicly accessible, open-source dataset
+ in the future.
<br />
<br />
<b>
@@ -485,6 +485,8 @@ function GUI(props: GUIProps) {
<HeaderButtonWithText
onClick={() => {
client?.sendClear();
+ // Reload the window to get completely fresh session
+ window.location.reload();
}}
text="Clear All"
>