diff --git a/apps/frontend/src/app/collaboration/[id]/page.tsx b/apps/frontend/src/app/collaboration/[id]/page.tsx index f538285987..1d5cb76987 100644 --- a/apps/frontend/src/app/collaboration/[id]/page.tsx +++ b/apps/frontend/src/app/collaboration/[id]/page.tsx @@ -249,7 +249,7 @@ export default function CollaborationPage(props: CollaborationProps) { customTestCases: "", }); updateExecutionResults(data); - infoMessage("Test cases executed. Review the results below."); + successMessage("Test cases executed. Review the results below."); sendExecutionResultsToMatchedUser(data); } finally { setIsLoadingTestCase(false); @@ -500,6 +500,9 @@ export default function CollaborationPage(props: CollaborationProps) {
{isLoadingSubmission && }
+ + +