Skip to content

Commit

Permalink
rm icon
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetkhokhar committed Mar 1, 2025
1 parent f863daa commit e8cd492
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ValueSet/ValueSetForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { useTranslation } from "react-i18next";
import { toast } from "sonner";
import * as z from "zod";

import CareIcon from "@/CAREUI/icons/CareIcon";

import { Button } from "@/components/ui/button";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import {
Expand Down Expand Up @@ -501,7 +499,6 @@ export function ValueSetForm({
type="button"
onClick={() => goBack("/admin/valuesets")}
>
<CareIcon icon="l-arrow-left" className="mr-1 h-4 w-4" />
{t("cancel")}
</Button>
<Button variant="primary" type="submit" disabled={isSubmitting}>
Expand Down

0 comments on commit e8cd492

Please sign in to comment.