fixing
This commit is contained in:
parent
bee5dcadb6
commit
7186ecf568
|
|
@ -136,12 +136,12 @@ const AccountListTable = () => {
|
||||||
Tambah Akun
|
Tambah Akun
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/admin/broadcast/campaign-list/import">
|
{/* <Link href="/admin/broadcast/campaign-list/import">
|
||||||
<Button color="success" size="md" className="text-sm">
|
<Button color="success" size="md" className="text-sm">
|
||||||
<UserIcon />
|
<UserIcon />
|
||||||
Import Akun
|
Import Akun
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex justify-end">
|
<div className="flex justify-end">
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ const FormSchema = z.object({
|
||||||
.refine((value) => value.some((item) => item), {
|
.refine((value) => value.some((item) => item), {
|
||||||
message: "Required",
|
message: "Required",
|
||||||
}),
|
}),
|
||||||
accountCategory: z.enum(["polri", "jurnalis", "umumu", "ksp"], {
|
accountCategory: z.enum(["polri", "jurnalis", "umum", "ksp"], {
|
||||||
required_error: "Required",
|
required_error: "Required",
|
||||||
}),
|
}),
|
||||||
email: z.string({
|
email: z.string({
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ export default function CreateSettingTracking() {
|
||||||
<Input
|
<Input
|
||||||
size={"md"}
|
size={"md"}
|
||||||
type="number"
|
type="number"
|
||||||
placeholder="Masukan Nama Iklan"
|
placeholder="Masukan Angka"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev -p 4000",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue