Skip to content

Commit

Permalink
Merge pull request #112 from cs3216-a3-group-4/chloe/we-are-so-screwed
Browse files Browse the repository at this point in the history
fix: deployment
  • Loading branch information
seelengxd authored Sep 27, 2024
2 parents e585bf1 + d9c2e9c commit 60c768d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/app/(authenticated)/ask/ask-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
} from "@/components/ui/card";
import JippyIcon from "@/public/jippy-icon/jippy-icon-sm";

import { MAX_GP_QUESTION_LEN } from "./page";
const MAX_GP_QUESTION_LEN: number = 120; // max character count

// TODO: fix this
const EXAMPLE_GP_QUESTIONS: string[] = [
Expand Down
2 changes: 0 additions & 2 deletions frontend/app/(authenticated)/ask/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { ReactNode, useState } from "react";

import AskPage from "./ask-page";

export const MAX_GP_QUESTION_LEN: number = 120; // max character count

const Page = () => {
// Whether an active query is running
const [isLoading, setIsLoading] = useState<boolean>(false);
Expand Down

0 comments on commit 60c768d

Please sign in to comment.