added mok mission
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
"use client";
|
||||
import { zodResolver } from "@hookform/resolvers/zod";
|
||||
import { KeywordOptionalDefaultsSchema } from "@repo/db/zod";
|
||||
import { set, useForm } from "react-hook-form";
|
||||
import { useForm } from "react-hook-form";
|
||||
import { z } from "zod";
|
||||
import { BosUse, Country, KEYWORD_CATEGORY, Keyword } from "@repo/db";
|
||||
import { FileText, LocateIcon, PlaneIcon } from "lucide-react";
|
||||
import { KEYWORD_CATEGORY, Keyword } from "@repo/db";
|
||||
import { FileText } from "lucide-react";
|
||||
import { Input } from "../../../../_components/ui/Input";
|
||||
import { useState } from "react";
|
||||
import { deleteKeyword, upsertKeyword } from "../action";
|
||||
@@ -73,7 +73,7 @@ export const KeywordForm = ({ keyword }: { keyword?: Keyword }) => {
|
||||
<ListInput
|
||||
className="input-sm"
|
||||
control={form.control}
|
||||
name="hpgMissionsType"
|
||||
name="hpgMissionTypes"
|
||||
label="HPG Missions presets"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user