Update copy

This commit is contained in:
Saoud Rizwan
2024-09-04 12:43:06 -04:00
parent 6bdb70a9ba
commit 7fdec3f37e
2 changed files with 2 additions and 5 deletions

View File

@@ -123,11 +123,8 @@ const ChatView = ({
const tool = JSON.parse(lastMessage.text || "{}") as ClaudeSayTool
switch (tool.tool) {
case "editedExistingFile":
setPrimaryButtonText("Save")
setSecondaryButtonText("Reject")
break
case "newFileCreated":
setPrimaryButtonText("Create")
setPrimaryButtonText("Save")
setSecondaryButtonText("Reject")
break
default: