This commit is contained in:
Kenneth Jannette
2024-02-01 21:24:59 -06:00
parent 08bf716195
commit 6bd6fb76f9
3 changed files with 10 additions and 5 deletions

View File

@@ -77,8 +77,10 @@ const CaseDetailsPage = () => {
};
const handleConfirmUpgrade = () => {
console.log("handle confirm upgrade");
const isUpgrade = true;
navigate(`/signup/${isUpgrade}`);
};
const handleSuccess = () => {
setIsLoading(true);
setShowUploadModal(false);