Skip to content

Commit

Permalink
has bug in tag selection, waiting for backend update. Fixed frontend …
Browse files Browse the repository at this point in the history
…test fails.
  • Loading branch information
NazireAta committed Dec 13, 2024
1 parent bcd5b35 commit 78a045c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions frontend/src/routes/question.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { FullscreenLoading } from "@/components/FullscreenLoading";
import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";
import { toast } from "@/components/ui/use-toast";
import { DifficultyLevel, TagDetails } from "@/services/api/programmingForumSchemas";
import { TagDetails } from "@/services/api/programmingForumSchemas";

import {
useDeleteQuestion as useDeleteQuestionById,
Expand All @@ -21,19 +21,6 @@ import {
useSearchTags,
} from "@/services/api/programmingForumComponents";
import { MultiSelect } from "@/components/multi-select";
import {
Form,
FormControl,
FormField,
FormItem,
FormMessage,
} from "@/components/ui/form";
import { Info } from "lucide-react";
import { useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
import { z } from "zod";
import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover";
import SyntaxHighlighter from "react-syntax-highlighter";
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
import useAuthStore from "@/services/auth";
Expand Down

0 comments on commit 78a045c

Please sign in to comment.