Event Done

This commit is contained in:
2024-02-02 15:28:39 +08:00
parent aa203c0bc2
commit d64ed7bf55
8 changed files with 127 additions and 47 deletions

View File

@@ -63,7 +63,7 @@ function DetailTipeAcara({ listTipe }: { listTipe: MODEL_DEFAULT_MASTER[] }) {
<TextInput
value={name ? name : ""}
label="Masukan Tipe"
placeholder="Contoh: Ramah Tamah, dll"
placeholder="Contoh: Seminar, Workshop, dll."
onChange={(val) => {
setName(val.target.value);
}}

View File

@@ -1,5 +0,0 @@
"use client"
export default function AdminEvent_CreateTipeAcara(){
}